Skip to content

Commit

Permalink
Ensure Symfony 7.2 is supported, close #42 (#43)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kocal authored Nov 29, 2024
1 parent 94e425d commit 9957ddf
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,13 @@ jobs:
- PHP_VERSION: 8.4
SYMFONY_VERSION: 7.1.* # Last 7.1.x version

- PHP_VERSION: 8.2
SYMFONY_VERSION: 7.2.* # Last 7.2.x version
- PHP_VERSION: 8.3
SYMFONY_VERSION: 7.2.* # Last 7.2.x version
- PHP_VERSION: 8.4
SYMFONY_VERSION: 7.2.* # Last 7.2.x version

# Test the latest Symfony development version with the latest PHP version
- PHP_VERSION: 8.4
SYMFONY_VERSION: 7.* # Last 7.x version
Expand Down

0 comments on commit 9957ddf

Please sign in to comment.