Skip to content

Commit 93243a3

Browse files
authored
Merge pull request #17 from ruudk/patch-1
Add PHP 8.4 to CI matrix
2 parents 3b623a6 + f6efdfc commit 93243a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
strategy:
1515
max-parallel: 10
1616
matrix:
17-
php: [ '7.3', '7.4', '8.0', '8.1', '8.2', '8.3']
17+
php: [ '7.3', '7.4', '8.0', '8.1', '8.2', '8.3', '8.4']
1818

1919
steps:
2020
- name: Set up PHP

0 commit comments

Comments
 (0)