Skip to content

Commit 7b2492e

Browse files
committed
Adds PHP 8.4 and 8.5 to the test matrix
Extends the GitHub Actions workflow to include PHP versions 8.4 and 8.5 to ensure compatibility and testing coverage for newer PHP releases.
1 parent 5ae1217 commit 7b2492e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/php.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818

1919
strategy:
2020
matrix:
21-
php-versions: ['8.0', '8.1', '8.2', '8.3']
21+
php-versions: ['8.0', '8.1', '8.2', '8.3', '8.4', '8.5']
2222

2323
steps:
2424
- uses: actions/checkout@v2
@@ -66,4 +66,4 @@ jobs:
6666
run: composer install --prefer-dist --no-progress
6767

6868
- name: Run PHPStan
69-
run: vendor/bin/phpstan analyse --memory-limit=-1
69+
run: vendor/bin/phpstan analyse --memory-limit=-1

0 commit comments

Comments
 (0)