Skip to content

Commit aac1036

Browse files
committed
Github CI update orphaned OS
Github Actions does not have Ubuntu 16.04 boxes any longer. Going to Ubuntu 18.04 as the actions came to an halt.
1 parent bff8f7e commit aac1036

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
strategy:
1212
fail-fast: false
1313
matrix:
14-
machine: ['ubuntu-16.04']
14+
machine: ['ubuntu-18.04']
1515
php-version: ['7.0', '7.1', '7.2', '7.3', '7.4']
1616
run-job: ['env.1', 'env.2']
1717
experimental: [false]

0 commit comments

Comments
 (0)