Skip to content

Commit 171d6b8

Browse files
committed
Update CI workflow to support PHP 8.5 stable and dev testing
1 parent 55ce778 commit 171d6b8

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,8 @@ jobs:
3131
allowed-to-fail: false
3232
- php: '8.4'
3333
allowed-to-fail: false
34-
35-
# Future-ready: PHP 8.5 (alpha/dev) - when available
3634
- php: '8.5'
37-
stability: 'dev'
38-
allowed-to-fail: true
35+
allowed-to-fail: false
3936

4037
# Development stability tests
4138
- php: '8.4'

0 commit comments

Comments
 (0)