Skip to content

Commit

Permalink
Merge pull request #4 from PUGX/sf7
Browse files Browse the repository at this point in the history
⬆️ Symfony 7
  • Loading branch information
garak authored Dec 17, 2023
2 parents f316793 + a4a4460 commit bb06b76
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 17 deletions.
19 changes: 8 additions & 11 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,22 +30,19 @@ jobs:
strategy:
matrix:
php:
- '8.0'
- '8.1'
- '8.2'
- '8.3'
include:
- description: 'Symfony 5.4'
php: '8.0'
composer_option: '--prefer-lowest'
- description: 'Symfony 6.0'
php: '8.1'
symfony: 6.0.*
- description: 'Symfony 6.1'
- description: 'Lowest'
php: '8.1'
symfony: 6.1.*
- description: 'Symfony 6.2'
composer_option: '--prefer-lowest'
- description: 'Symfony 6.4'
php: '8.2'
symfony: 6.2.*
symfony: 6.4.*
- description: 'Symfony 7.0'
php: '8.3'
symfony: 7.0.*
name: PHP ${{ matrix.php }} tests (${{ matrix.description }})
steps:
- name: Checkout
Expand Down
12 changes: 6 additions & 6 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@
}
],
"require": {
"php": "^8.0",
"symfony/form": "^5.4 || ^6.0",
"symfony/framework-bundle": "^5.4 || ^6.0"
"php": "^8.1",
"symfony/form": "^6.4 || ^7.0",
"symfony/framework-bundle": "^6.4 || ^7.0"
},
"require-dev": {
"phpunit/phpunit": "^9.5",
"simple-bus/message-bus": "^3.1 || ^6.0",
"symfony/messenger": "^5.4 || ^6.0"
"phpunit/phpunit": "^9.6",
"simple-bus/message-bus": "^6.0",
"symfony/messenger": "^6.4 || ^7.0"
},
"extra": {
"branch-alias": {
Expand Down

0 comments on commit bb06b76

Please sign in to comment.