Skip to content

Commit c049210

Browse files
committed
test against php 8.4
1 parent 32ceacb commit c049210

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

+3-3
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-version: ['8.2', '8.3']
11+
php-version: ['8.2', '8.3', '8.4']
1212
dependency-versions: ['lowest', 'highest']
1313
name: 'BlackBox'
1414
steps:
@@ -33,7 +33,7 @@ jobs:
3333
strategy:
3434
matrix:
3535
os: [ubuntu-latest, macOS-latest]
36-
php-version: ['8.2', '8.3']
36+
php-version: ['8.2', '8.3', '8.4']
3737
dependency-versions: ['lowest', 'highest']
3838
name: 'Coverage'
3939
steps:
@@ -61,7 +61,7 @@ jobs:
6161
runs-on: ubuntu-latest
6262
strategy:
6363
matrix:
64-
php-version: ['8.2', '8.3']
64+
php-version: ['8.2', '8.3', '8.4']
6565
name: 'Psalm'
6666
steps:
6767
- name: Checkout

0 commit comments

Comments
 (0)