Skip to content

Commit

Permalink
ci: add matrix entries for SF 7
Browse files Browse the repository at this point in the history
  • Loading branch information
Kocal committed Jan 26, 2024
1 parent 1a52b5f commit aba2afa
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,10 +70,14 @@ jobs:
- PHP_VERSION: 8.0
SYMFONY_VERSION: 5.4.* # Last 5.4.x version
- PHP_VERSION: 8.0
SYMFONY_VERSION: 6.0.* # Last 6.1.x version
SYMFONY_VERSION: 6.4.* # Last 6.1.x version
- PHP_VERSION: 8.0
STABILITY: dev
SYMFONY_VERSION: 6.* # Last 6.x version
- PHP_VERSION: 8.1
SYMFONY_VERSION: 7.0.* # Last 7.0.x version
- PHP_VERSION: 8.1
STABILITY: dev
SYMFONY_VERSION: 7.0.* # Last 7.x version

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit aba2afa

Please sign in to comment.