Skip to content

Commit 2835d11

Browse files
Chris53897jbelien
andauthored
ci: add tests for PHP 8.5 (#30)
ci: add tests for PHP 84 and 8.5 bump github action versions Co-authored-by: Jonathan Beliën <[email protected]>
1 parent 6797047 commit 2835d11

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/php.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
strategy:
1313
fail-fast: false
1414
matrix:
15-
php-version: ['8.2', '8.3', '8.4']
15+
php-version: ['8.2', '8.3', '8.4', '8.5']
1616
steps:
1717
- uses: actions/checkout@v5
1818
- name: Use PHP ${{ matrix.php-version }}
@@ -36,4 +36,4 @@ jobs:
3636
- name: Install dependencies
3737
run: composer install --no-progress
3838
- name: Run PHPStan
39-
run: composer run-script analyse
39+
run: composer run-script analyse

0 commit comments

Comments
 (0)