Skip to content

Commit 6c99148

Browse files
committed
Add PHP 8.4 for testing EE
Signed-off-by: Riddhesh Sanghvi <[email protected]>
1 parent 2a24404 commit 6c99148

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test_and_build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
strategy:
9393
fail-fast: false
9494
matrix:
95-
php: ['7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3']
95+
php: ['7.4', '8.0', '8.1', '8.2', '8.3', '8.4']
9696
steps:
9797
- name: Check out source code
9898
uses: actions/checkout@v3

0 commit comments

Comments
 (0)