Skip to content

Commit 40fa90a

Browse files
committed
ci: test against PHP 8.4 and PHP 8.5
1 parent 64d5e54 commit 40fa90a

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
@@ -20,7 +20,7 @@ jobs:
2020
- name: Setup PHP
2121
uses: shivammathur/setup-php@v2
2222
with:
23-
php-version: 8.3
23+
php-version: 8.4
2424
tools: composer:v2
2525
coverage: none
2626

.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]
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)