Skip to content

Commit

Permalink
Require at least Symfony 6.4 on 6.x branch
Browse files Browse the repository at this point in the history
  • Loading branch information
PabloKowalczyk committed Feb 12, 2024
1 parent 37f5443 commit 8c60f1f
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/php.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,21 +31,21 @@ jobs:
- 'highest'
symfony_version:
- '~5.4.9'
- '~6.3.0'
- '~6.4.0'
include:
- os: 'windows-2022'
php: '8.1'
dependencies: 'highest'
symfony_version: '~6.3.0'
symfony_version: '~6.4.0'
exclude:
- os: 'ubuntu-22.04'
php: '8.0'
dependencies: 'lowest'
symfony_version: '~6.3.0'
symfony_version: '~6.4.0'
- os: 'ubuntu-22.04'
php: '8.0'
dependencies: 'highest'
symfony_version: '~6.3.0'
symfony_version: '~6.4.0'
runs-on: ${{ matrix.os }}

steps:
Expand Down Expand Up @@ -79,7 +79,7 @@ jobs:
matrix:
include:
- php: '8.1'
symfony_version: '~6.3.0'
symfony_version: '~6.4.0'
dependencies: 'highest'
runs-on: ubuntu-22.04

Expand Down
20 changes: 10 additions & 10 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,14 +39,14 @@
"composer-runtime-api": "^2.0",
"dragonmantank/cron-expression": "^3.3.2",
"laravel/serializable-closure": "^1.2.2",
"symfony/config": "^5.4.9 || ^6.3.0",
"symfony/console": "^5.4.9 || ^6.3.0",
"symfony/dependency-injection": "^5.4.9 || ^6.3.0",
"symfony/filesystem": "^5.4.9 || ^6.3.0",
"symfony/lock": "^5.4.9 || ^6.3.0",
"symfony/mailer": "^5.4.9 || ^6.3.0",
"symfony/process": "^5.4.9 || ^6.3.0",
"symfony/yaml": "^5.4.9 || ^6.3.0"
"symfony/config": "^5.4.9 || ^6.4.0",
"symfony/console": "^5.4.9 || ^6.4.0",
"symfony/dependency-injection": "^5.4.9 || ^6.4.0",
"symfony/filesystem": "^5.4.9 || ^6.4.0",
"symfony/lock": "^5.4.9 || ^6.4.0",
"symfony/mailer": "^5.4.9 || ^6.4.0",
"symfony/process": "^5.4.9 || ^6.4.0",
"symfony/yaml": "^5.4.9 || ^6.4.0"
},
"require-dev": {
"ext-json": "*",
Expand All @@ -57,8 +57,8 @@
"phpstan/phpstan-phpunit": "1.1.1",
"phpstan/phpstan-strict-rules": "1.4.4",
"phpunit/phpunit": "9.5.25",
"symfony/error-handler": "^5.4.9 || ^6.3.0",
"symfony/phpunit-bridge": "^5.4.9 || ^6.3.0"
"symfony/error-handler": "^5.4.9 || ^6.4.0",
"symfony/phpunit-bridge": "^5.4.9 || ^6.4.0"
},
"minimum-stability": "beta",
"prefer-stable": true,
Expand Down

0 comments on commit 8c60f1f

Please sign in to comment.