Skip to content

Commit

Permalink
Bump Symfony in tests to 6.4
Browse files Browse the repository at this point in the history
  • Loading branch information
emodric committed Dec 7, 2023
1 parent 08fac73 commit 9a7b4f7
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/behat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- run: composer global config --no-plugins allow-plugins.symfony/flex true
- run: composer global require --no-scripts symfony/flex

- run: composer config extra.symfony.require ~6.3.0
- run: composer config extra.symfony.require ~6.4.0

- run: composer update --prefer-dist

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- run: composer global config --no-plugins allow-plugins.symfony/flex true
- run: composer global require --no-scripts symfony/flex

- run: composer config extra.symfony.require ~6.3.0
- run: composer config extra.symfony.require ~6.4.0

- run: composer update --prefer-dist

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/migrations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- run: composer global config --no-plugins allow-plugins.symfony/flex true
- run: composer global require --no-scripts symfony/flex

- run: composer config extra.symfony.require ~6.3.0
- run: composer config extra.symfony.require ~6.4.0

- run: composer update --prefer-dist

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/static_analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- run: composer global config --no-plugins allow-plugins.symfony/flex true
- run: composer global require --no-scripts symfony/flex

- run: composer config extra.symfony.require ~6.3.0
- run: composer config extra.symfony.require ~6.4.0

- run: composer update --prefer-dist

Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
fail-fast: false
matrix:
php: ['7.4', '8.1']
symfony: ['~5.4.0', '~6.3.0']
symfony: ['~5.4.0', '~6.4.0']
phpunit: ['phpunit.xml', 'phpunit-api.xml']
db: ['sqlite']
deps: ['normal']
Expand All @@ -43,11 +43,11 @@ jobs:
db: 'mysql'

- php: '8.1'
symfony: '~6.3.0'
symfony: '~6.4.0'
phpunit: 'phpunit.xml'
db: 'postgres'
- php: '8.1'
symfony: '~6.3.0'
symfony: '~6.4.0'
phpunit: 'phpunit-api.xml'
db: 'postgres'

Expand All @@ -65,7 +65,7 @@ jobs:
- php: '8.1'
symfony: '~3.4.0'
- php: '7.4'
symfony: '~6.3.0'
symfony: '~6.4.0'

services:
mysql:
Expand Down

0 comments on commit 9a7b4f7

Please sign in to comment.