We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 643afb1 commit a3b29c0Copy full SHA for a3b29c0
.github/workflows/ci.yml
@@ -85,10 +85,10 @@ jobs:
85
- PHP_VERSION: 8.3
86
SYMFONY_VERSION: 7.0.* # Last 7.0.x version
87
88
- #- PHP_VERSION: 8.2
89
- # SYMFONY_VERSION: 7.1.* # Last 7.0.x version
90
- #- PHP_VERSION: 8.3
91
+ - PHP_VERSION: 8.2
+ SYMFONY_VERSION: 7.1.* # Last 7.1.x version
+ - PHP_VERSION: 8.3
92
93
# Test the latest Symfony development version with the latest PHP version
94
0 commit comments