Skip to content

Commit

Permalink
Merge pull request #330 from W0rma/php84
Browse files Browse the repository at this point in the history
Test against PHP 8.4
  • Loading branch information
goetas authored Oct 15, 2024
2 parents bed81c8 + fec6aa9 commit b302c0b
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ jobs:
- "^4.0"
- "^5.0"
include:
- php-version: 8.4
symfony-require: "^5.0"
composer-options: "--ignore-platform-req=php+" # TODO remove once phpspec/prophecy supports PHP 8.4
- php-version: 8.0
symfony-require: "^6.0"
- php-version: 8.1
Expand All @@ -39,10 +42,16 @@ jobs:
symfony-require: "^6.0"
- php-version: 8.3
symfony-require: "^6.0"
- php-version: 8.4
symfony-require: "^6.0"
composer-options: "--ignore-platform-req=php+" # TODO remove once phpspec/prophecy supports PHP 8.4
- php-version: 8.2
symfony-require: "^7.0"
- php-version: 8.3
symfony-require: "^7.0"
- php-version: 8.4
symfony-require: "^7.0"
composer-options: "--ignore-platform-req=php+" # TODO remove once phpspec/prophecy supports PHP 8.4

steps:
- name: Checkout code
Expand Down

0 comments on commit b302c0b

Please sign in to comment.