forked from leftypol/leftypol
Update php.yml
This commit is contained in:
parent
dff2aaa9d0
commit
0b02ca4424
1 changed files with 30 additions and 22 deletions
12
.github/workflows/php.yml
vendored
12
.github/workflows/php.yml
vendored
|
@ -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…
Add table
Add a link
Reference in a new issue