Skip to content

Commit 2556df0

Browse files
authored
Add tested support for PHP 8.5
1 parent 4f54c4e commit 2556df0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/run-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
strategy:
99
fail-fast: false
1010
matrix:
11-
php: [ '8.1', '8.2', '8.3', '8.4' ]
11+
php: [ '8.1', '8.2', '8.3', '8.4', '8.5' ]
1212
stability: [ prefer-stable ]
1313

1414
name: PHP ${{ matrix.php }} - ${{ matrix.stability }}
@@ -50,4 +50,4 @@ jobs:
5050
run: vendor/bin/phpstan
5151

5252
- name: Validate coding standards
53-
run: vendor/bin/phpcs
53+
run: vendor/bin/phpcs

0 commit comments

Comments
 (0)