Skip to content

Commit c5a86b5

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. * Update PHP version on which code coverage is run (high should now be 8.5). * Add _allowed to fail_ build against PHP 8.6.
1 parent 335e261 commit c5a86b5

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,12 @@ jobs:
3232
- '8.1'
3333
- '8.2'
3434
- '8.3'
35-
# PHP 8.4 is tested in coverage section
35+
- '8.4'
36+
# PHP 8.5 is tested in coverage section
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 }}"
@@ -95,7 +96,7 @@ jobs:
9596
matrix:
9697
include:
9798
- php: 5.3
98-
- php: 8.4
99+
- php: 8.5
99100
name: "Coverage on PHP ${{ matrix.php }}"
100101
steps:
101102
- name: Checkout code

0 commit comments

Comments
 (0)