Skip to content

Commit 9d2dcc5

Browse files
committed
GH Actions: PHP 8.4 has been released
* Builds against PHP 8.4 are no longer allowed to fail. * Add _allowed to fail_ build against PHP 8.5. Ref: https://www.php.net/releases/8.4/en.php
1 parent e12b420 commit 9d2dcc5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,11 @@ jobs:
3232
- '8.1'
3333
- '8.2'
3434
- '8.3'
35+
- '8.4'
3536
experimental: [false]
3637

3738
include:
38-
- php: '8.4'
39+
- php: '8.5'
3940
experimental: true
4041

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

0 commit comments

Comments
 (0)