Skip to content

Commit 94122ac

Browse files
authored
Update CI workflow to use Ubuntu 22.04
1 parent 556270b commit 94122ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/Build-Test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
operating-system: [ubuntu-22.04]
1818
php-versions: ['7.4', '8.0', '8.1', '8.2', '8.3', '8.4', '8.5']
1919
include:
20-
- operating-system: ubuntu-20.04
20+
- operating-system: ubuntu-22.04
2121
php-versions: '7.4'
2222
COMPOSER_FLAGS: '--prefer-stable --prefer-lowest'
2323
PHPUNIT_FLAGS: '--coverage-clover build/coverage.xml'

0 commit comments

Comments
 (0)