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 committed Nov 22, 2024
1 parent 39e5f54 commit a138b73
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,11 @@ jobs:
- "8.1"
- "8.2"
- "8.3"
- "8.4"
experimental:
- false
include:
- php-version: "8.4"
- php-version: "8.5"
experimental: true
composer-options: "--ignore-platform-reqs"
steps:
Expand Down

0 comments on commit a138b73

Please sign in to comment.