Skip to content

Commit 2607eb9

Browse files
committed
ci: test against PHP 8.4 and PHP 8.5
1 parent d77a47c commit 2607eb9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/static.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Setup PHP
1919
uses: shivammathur/setup-php@v2
2020
with:
21-
php-version: 8.3
21+
php-version: 8.4
2222
tools: composer:v2
2323
coverage: none
2424

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
strategy:
99
matrix:
1010
os: [ubuntu-latest, macos-latest]
11-
php: ['8.3', '8.4']
11+
php: ['8.4', '8.5']
1212
dependency-version: [prefer-lowest, prefer-stable]
1313
parallel: ['', '--parallel']
1414

0 commit comments

Comments
 (0)