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 8d41961 commit fd51f51
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/static_analysis.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
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ jobs:
fail-fast: false
matrix:
php: ['8.1']
symfony: ['~6.3.0']
symfony: ['~6.4.0']
deps: ['normal']
include:
- php: '8.1'
symfony: '~6.3.0'
symfony: '~6.4.0'
deps: 'low'

steps:
Expand Down

0 comments on commit fd51f51

Please sign in to comment.