Skip to content

Commit

Permalink
Use symfony ^6.2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
bastien-phi committed Feb 16, 2024
1 parent bb161af commit a38de76
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
os: [ubuntu-latest, windows-latest]
php: [8.2, 8.3]
stability: [prefer-lowest, prefer-stable]
symfony: [^6.0, ^7.0]
symfony: [^6.2.7, ^7.0]

name: P${{ matrix.php }} - ${{ matrix.stability }} - ${{ matrix.os }}

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
],
"require": {
"php": "^8.2",
"symfony/finder": "^6.0||^7.0"
"symfony/finder": "^6.2.7||^7.0"
},
"require-dev": {
"composer/composer": "^2.2",
Expand Down

0 comments on commit a38de76

Please sign in to comment.