Skip to content

Commit b495f18

Browse files
Add PHP 8.5 to CI
1 parent 5850730 commit b495f18

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ jobs:
4343
run: composer install --prefer-dist --no-progress --no-suggest
4444

4545
- name: Coding Guidelines
46-
if: matrix.php-versions != '8.0'
4746
run: composer test:lint
4847

4948
- name: Static Analyzer (PHPStan)
@@ -52,7 +51,7 @@ jobs:
5251
Tests:
5352
strategy:
5453
matrix:
55-
php-versions: ['8.0', '8.1', '8.2', '8.3', '8.4']
54+
php-versions: ['8.0', '8.1', '8.2', '8.3', '8.4', '8.5']
5655
runs-on: ubuntu-latest
5756
steps:
5857
- name: Checkout

0 commit comments

Comments
 (0)