Skip to content

Commit 03fb642

Browse files
jnoordsijpionl
authored andcommitted
Run tests on PHP 8.3 and 8.4
1 parent 4a6fe19 commit 03fb642

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
fail-fast: false
1111
matrix:
1212
os: [ubuntu-latest]
13-
php: ['7.2', '7.3', '7.4', '8.0', '8.1', '8.2']
13+
php: ['7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3', '8.4']
1414

1515
steps:
1616
- name: Checkout

0 commit comments

Comments
 (0)