Update php.yml
This commit is contained in:
parent
752ebbe3e2
commit
a4396ff9fe
|
@ -8,9 +8,17 @@ on:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
strategy:
|
||||||
|
matrix:
|
||||||
|
php: ['5.6.40']
|
||||||
|
os: ['ubuntu-16.04']
|
||||||
|
include:
|
||||||
|
- php: '5.6.40'
|
||||||
|
os: 'ubuntu-16.04'
|
||||||
|
|
||||||
runs-on: ubuntu-16.04
|
runs-on: ${{ matrix.os }}
|
||||||
|
env:
|
||||||
|
PHP_VERSION: ${{ matrix.php }}
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue