Skip to content

Commit

Permalink
Merge pull request #14 from Kocal/feat/php8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Kocal authored Sep 1, 2024
2 parents 1ef6b11 + c26a9cc commit d675081
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,18 +50,22 @@ jobs:
SYMFONY_VERSION: '6.4'
- PHP_VERSION: '8.3'
SYMFONY_VERSION: '6.4'
- PHP_VERSION: '8.4'
SYMFONY_VERSION: '6.4'

# Latest 7.0 stable releases
- PHP_VERSION: '8.2'
SYMFONY_VERSION: '7.0'
- PHP_VERSION: '8.3'
SYMFONY_VERSION: '7.0'
- PHP_VERSION: '8.4'
SYMFONY_VERSION: '7.0'

# Highest supported PHP version with the latest Symfony version, on Windows and macOS
- PHP_VERSION: '8.3'
- PHP_VERSION: '8.4'
SYMFONY_VERSION: '7.0'
OS: windows-latest
- PHP_VERSION: '8.3'
- PHP_VERSION: '8.4'
SYMFONY_VERSION: '7.0'
OS: macos-14

Expand All @@ -72,6 +76,9 @@ jobs:
- PHP_VERSION: '8.3'
SYMFONY_VERSION: '7.*'
STABILITY: dev
- PHP_VERSION: '8.4'
SYMFONY_VERSION: '7.*'
STABILITY: dev
env:
SYMFONY_REQUIRE: ${{ matrix.config.SYMFONY_VERSION }}
steps:
Expand Down

0 comments on commit d675081

Please sign in to comment.