Skip to content

Commit 5f8fc3a

Browse files
committed
Add an experimental CI job for PHP 8.4
1 parent 2ed7af7 commit 5f8fc3a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/unit-tests.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@ jobs:
3333
- php: '8.2'
3434
mode: low-deps
3535
- php: '8.3'
36-
#mode: experimental
36+
- php: '8.4'
37+
mode: experimental
3738
fail-fast: false
3839

3940
runs-on: ubuntu-20.04

0 commit comments

Comments
 (0)