Skip to content

Commit 3dfccc3

Browse files
authored
Run tests on PHP 8.3 and 8.4
1 parent 41b5c15 commit 3dfccc3

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)