Skip to content

Commit

Permalink
GH Actions: PHP 8.4 has been released
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
jrfnl authored and grogy committed Nov 23, 2024
1 parent e12b420 commit ac473c8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,11 @@ jobs:
- '8.1'
- '8.2'
- '8.3'
- '8.4'
experimental: [false]

include:
- php: '8.4'
- php: '8.5'
experimental: true

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

0 comments on commit ac473c8

Please sign in to comment.