Skip to content

Commit

Permalink
Upgrade to Ubuntu 20 for all CI (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
iamcal committed May 4, 2021
1 parent aebd40a commit de24971
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions .github/workflows/php.yml
Expand Up @@ -9,7 +9,7 @@ on:
jobs:
build:

runs-on: ${{ matrix.operating-system }}
runs-on: ubuntu-20.04
strategy:
matrix:
operating-system: ['ubuntu-20.04']
Expand All @@ -18,35 +18,25 @@ jobs:
coverage: [false]
include:
- php-versions: '5.3'
operating-system: 'ubuntu-16.04'
phpunit-versions: '4.8.36'
- php-versions: '5.4'
operating-system: 'ubuntu-16.04'
phpunit-versions: '4.8.36'
- php-versions: '5.5'
operating-system: 'ubuntu-16.04'
phpunit-versions: '4.8.36'
- php-versions: '5.6'
operating-system: 'ubuntu-16.04'
phpunit-versions: '4.8.36'
- php-versions: '7.0'
operating-system: 'ubuntu-16.04'
phpunit-versions: '4.8.36'
- php-versions: '7.1'
operating-system: 'ubuntu-18.04'
phpunit-versions: '4.8.36'
- php-versions: '7.2'
operating-system: 'ubuntu-18.04'
phpunit-versions: '4.8.36'
- php-versions: '7.3'
operating-system: 'ubuntu-18.04'
phpunit-versions: '7.5.20'
- php-versions: '7.4'
operating-system: 'ubuntu-20.04'
phpunit-versions: '7.5.20'
coverage: true
- php-versions: '8.1'
operating-system: 'ubuntu-20.04'
phpunit-versions: '9.5.4'

steps:
Expand Down

0 comments on commit de24971

Please sign in to comment.