Skip to content

Commit

Permalink
Merge pull request #337 from W0rma/simplify-ci
Browse files Browse the repository at this point in the history
Simplify CI config
  • Loading branch information
goetas authored Nov 23, 2024
2 parents 4cb096e + 01ea527 commit 0381e62
Showing 1 changed file with 8 additions and 19 deletions.
27 changes: 8 additions & 19 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
- "8.1"
- "8.2"
- "8.3"
- "8.4"
dependencies:
- "highest"
- "lowest"
Expand All @@ -31,26 +32,14 @@ jobs:
- "^4.0"
- "^5.0"
- "^6.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.4
symfony-require: "^6.0"
composer-options: "--ignore-platform-req=php+" # TODO remove once phpspec/prophecy supports PHP 8.4
- php-version: 8.2
- "^7.0"
exclude:
- php-version: "8.1"
symfony-require: "^7.0"
- php-version: 8.2
symfony-require: "^7.0"
remove-annotations: "yes"
- php-version: 8.3
symfony-require: "^7.0"
- php-version: 8.3
symfony-require: "^7.0"
remove-annotations: "yes"
- php-version: 8.4
symfony-require: "^7.0"
composer-options: "--ignore-platform-req=php+" # TODO remove once phpspec/prophecy supports PHP 8.4
- php-version: "8.4"
symfony-require: "^3.0"
- php-version: "8.4"
symfony-require: "^4.0"

steps:
- name: Checkout code
Expand Down

0 comments on commit 0381e62

Please sign in to comment.