Skip to content

Commit 062a271

Browse files
committed
Run CI on PHP 8.5.
1 parent 93dc028 commit 062a271

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

.github/workflows/quality-assurance.yaml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
strategy:
1313
matrix:
14-
php: [ '8.1', '8.2', '8.3', '8.4' ]
15-
composer-flags: [ '' ]
14+
php: [ '8.1', '8.2', '8.3', '8.4', '8.5' ]
1615
phpunit-flags: [ '--coverage-text' ]
1716
steps:
1817
- uses: actions/checkout@v2
@@ -28,14 +27,13 @@ jobs:
2827
runs-on: ubuntu-latest
2928
strategy:
3029
matrix:
31-
php: [ '8.1', '8.2', '8.3', '8.4' ]
32-
composer-flags: [ '' ]
30+
php: [ '8.1', '8.2', '8.3', '8.4', '8.5' ]
3331
steps:
3432
- uses: actions/checkout@v2
3533
- uses: shivammathur/setup-php@v2
3634
with:
3735
php-version: ${{ matrix.php }}
3836
coverage: xdebug
3937
tools: composer:v2
40-
- run: composer install --no-progress ${{ matrix.composer-flags }}
38+
- run: composer install --no-progress
4139
- run: vendor/bin/phpstan

0 commit comments

Comments
 (0)