Skip to content

Commit

Permalink
Update minimum symfony version to 6.4
Browse files Browse the repository at this point in the history
  • Loading branch information
GromNaN committed Dec 9, 2023
1 parent 901b391 commit 5705d0e
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,8 @@ jobs:
stability:
- "stable"
symfony-version:
- "5.4.*"
- "6.4.*"
- "7.0.x"
- "7.0.*"
driver-version:
- "stable"
dependencies:
Expand All @@ -41,10 +40,10 @@ jobs:
php-version: "8.1"
driver-version: "1.5.0"
stability: "stable"
symfony-version: "5.4.*"
symfony-version: "6.4.*"
exclude:
- php-version: "8.1"
symfony-version: "7.0.x"
symfony-version: "7.0.*"

services:
mongodb:
Expand Down

0 comments on commit 5705d0e

Please sign in to comment.