Skip to content

Commit

Permalink
Github CI update orphaned OS
Browse files Browse the repository at this point in the history
Github Actions does not have Ubuntu 16.04 boxes any longer.

Going to Ubuntu 18.04 as the actions came to an halt.
  • Loading branch information
ktomk committed Oct 21, 2021
1 parent bff8f7e commit aac1036
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
strategy:
fail-fast: false
matrix:
machine: ['ubuntu-16.04']
machine: ['ubuntu-18.04']
php-version: ['7.0', '7.1', '7.2', '7.3', '7.4']
run-job: ['env.1', 'env.2']
experimental: [false]
Expand Down

0 comments on commit aac1036

Please sign in to comment.