Skip to content

Commit

Permalink
Run CI for Symfony 6 and 7
Browse files Browse the repository at this point in the history
And drop PHP 7.4 support.
  • Loading branch information
chrisguitarguy committed Jan 19, 2024
1 parent 9881173 commit fbce076
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 21 deletions.
30 changes: 10 additions & 20 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,26 +21,16 @@ jobs:

strategy:
matrix:
include:
# Symfony 6.X does not support PHP 7.4
- php-version: 7.4
symfony-require: "4.4.*"
- php-version: 7.4
symfony-require: "5.4.*"


- php-version: 8.0
symfony-require: "4.4.*"
- php-version: 8.0
symfony-require: "5.4.*"

- php-version: 8.1
symfony-require: "4.4.*"
- php-version: 8.1
symfony-require: "5.4.*"
- php-version: 8.1
symfony-require: "6.*"

php-version:
- '8.2'
- '8.3'
symfony-require:
- '5.4.*'
- '6.*'
- '7.*'
composer-flags:
- ''
- '--prefer-lowest'
steps:
- name: "Checkout"
uses: "actions/checkout@v2"
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"license": "MIT",
"type": "symfony-bundle",
"require": {
"php": "^7.4 || ^8.0",
"php": "^8.2",
"symfony/framework-bundle": "^5.4 || ^6.0 || ^7.0",
"ramsey/uuid": "^3.9 || ^4.3"
},
Expand Down

0 comments on commit fbce076

Please # to comment.