Skip to content

Commit

Permalink
feat: ensure support for Symfony 7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Kocal committed Jun 4, 2024
1 parent 643afb1 commit dff9bb3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,10 +85,10 @@ jobs:
- PHP_VERSION: 8.3
SYMFONY_VERSION: 7.0.* # Last 7.0.x version

#- PHP_VERSION: 8.2
# SYMFONY_VERSION: 7.1.* # Last 7.0.x version
#- PHP_VERSION: 8.3
# SYMFONY_VERSION: 7.1.* # Last 7.0.x version
- PHP_VERSION: 8.2
SYMFONY_VERSION: 7.1.* # Last 7.1.x version
- PHP_VERSION: 8.3
SYMFONY_VERSION: 7.1.* # Last 7.1.x version

# Test the latest Symfony development version with the latest PHP version
- PHP_VERSION: 8.3
Expand Down

0 comments on commit dff9bb3

Please sign in to comment.