Skip to content

Commit

Permalink
chore(ci): fix matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
Kocal committed May 17, 2024
1 parent 468e390 commit 8fe14ff
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,11 @@ jobs:
fail-fast: false
matrix:
config:
# Minimum supported dependencies with the latest and oldest PHP version
# Minimum supported dependencies and minimum supported PHP version
- PHP_VERSION: '8.1'
COMPOSER_FLAGS: --prefer-stable --prefer-lowest
SYMFONY_VERSION: '6.4'
- PHP_VERSION: '8.1'
- PHP_VERSION: '8.2'
COMPOSER_FLAGS: --prefer-stable --prefer-lowest
SYMFONY_VERSION: '7.0'

Expand All @@ -52,8 +52,6 @@ jobs:
SYMFONY_VERSION: '6.4'

# Latest 7.0 stable releases
- PHP_VERSION: '8.1'
SYMFONY_VERSION: '7.0'
- PHP_VERSION: '8.2'
SYMFONY_VERSION: '7.0'
- PHP_VERSION: '8.3'
Expand All @@ -68,13 +66,10 @@ jobs:
OS: macos-14

# Latest 7.x development releases
- PHP_VERSION: '8.1'
SYMFONY_VERSION: '7.*'
STABILITY: dev
- PHP_VERSION: '8.2'
SYMFONY_VERSION: '7.*'
STABILITY: dev
- PHP_VERSION: '8.2'
- PHP_VERSION: '8.3'
SYMFONY_VERSION: '7.*'
STABILITY: dev
env:
Expand Down

0 comments on commit 8fe14ff

Please sign in to comment.