Skip to content

Commit 30ff965

Browse files
committed
Add PHP 8.4 support
1 parent 142b31e commit 30ff965

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
strategy:
2222
fail-fast: false
2323
matrix:
24-
php: ['7.4', '8.0', '8.1', '8.2', '8.3']
24+
php: ['7.4', '8.0', '8.1', '8.2', '8.3', '8.4']
2525

2626
steps:
2727
- name: Checkout code
@@ -72,7 +72,7 @@ jobs:
7272
strategy:
7373
fail-fast: false
7474
matrix:
75-
php: ['7.4', '8.0', '8.1', '8.2', '8.3']
75+
php: ['7.4', '8.0', '8.1', '8.2', '8.3', '8.4']
7676

7777
steps:
7878
- name: Checkout code

0 commit comments

Comments
 (0)