Browse Source

Update php.yml

pull/40/head
Barbara-Pitt 3 years ago
committed by GitHub
parent
commit
a4396ff9fe
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 14
      .github/workflows/php.yml

14
.github/workflows/php.yml

@ -8,9 +8,17 @@ on:
jobs:
build:
runs-on: ubuntu-16.04
strategy:
matrix:
php: ['5.6.40']
os: ['ubuntu-16.04']
include:
- php: '5.6.40'
os: 'ubuntu-16.04'
runs-on: ${{ matrix.os }}
env:
PHP_VERSION: ${{ matrix.php }}
steps:
- uses: actions/checkout@v2

Loading…
Cancel
Save