Skip to content

Commit 4a890ad

Browse files
authored
Merge pull request #92 from Crell/php85-ci
Run CI on PHP 8.5
2 parents 549283a + e28cd29 commit 4a890ad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/quality-assurance.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
strategy:
1313
matrix:
14-
php: [ '8.2', '8.3', '8.4' ]
14+
php: [ '8.2', '8.3', '8.4', '8.5' ]
1515
composer-flags: [ '' ]
1616
phpunit-flags: [ '--coverage-text' ]
1717
steps:
@@ -28,7 +28,7 @@ jobs:
2828
runs-on: ubuntu-latest
2929
strategy:
3030
matrix:
31-
php: [ '8.2', '8.3', '8.4' ]
31+
php: [ '8.4', '8.5' ]
3232
composer-flags: [ '' ]
3333
steps:
3434
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)