Skip to content

Commit a524e19

Browse files
committed
GH Actions: update for the release of PHP 8.5
... which is expected to be released this Thursday. * Builds against PHP 8.5 are no longer allowed to fail. * Add _allowed to fail_ build against PHP 8.6.
1 parent 8d87332 commit a524e19

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,11 @@ jobs:
3333
- '8.2'
3434
- '8.3'
3535
- '8.4'
36+
- '8.5'
3637
experimental: [false]
3738

3839
include:
39-
- php: '8.5'
40+
- php: '8.6'
4041
experimental: true
4142

4243
name: "Test on PHP ${{ matrix.php }}"

0 commit comments

Comments
 (0)