Skip to content

Commit

Permalink
Merge pull request #459 from jrfnl/feature/ghactions-update-for-php-8…
Browse files Browse the repository at this point in the history
….4-release

GH Actions: PHP 8.4 has been released
  • Loading branch information
JamesHeinrich authored Nov 22, 2024
2 parents 39e5f54 + a138b73 commit 054bb63
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 054bb63

Please sign in to comment.