Skip to content

Commit 3617179

Browse files
committed
test with php 8.5
1 parent f3eb48d commit 3617179

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/Build-Test.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,10 @@ jobs:
1414
strategy:
1515
fail-fast: false
1616
matrix:
17-
operating-system: [ubuntu-22.04]
18-
php-versions: ['7.4', '8.0', '8.1', '8.2', '8.3', '8.4']
17+
operating-system: [ubuntu-latest]
18+
php-versions: ['7.4', '8.0', '8.1', '8.2', '8.3', '8.4', '8.5']
1919
include:
20-
- operating-system: ubuntu-20.04
21-
php-versions: '7.4'
20+
- php-versions: '7.4'
2221
COMPOSER_FLAGS: '--prefer-stable --prefer-lowest'
2322
PHPUNIT_FLAGS: '--coverage-clover build/coverage.xml'
2423

0 commit comments

Comments
 (0)