Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a351bf6

Browse files
Add an experimental CI job for PHP 8.5
1 parent 8804980 commit a351bf6

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
mode: low-deps
3434
- php: '8.3'
3535
- php: '8.4'
36-
#mode: experimental
36+
- php: '8.5'
37+
mode: experimental
3738
fail-fast: false
3839

3940
runs-on: ubuntu-20.04

0 commit comments

Comments
 (0)