Skip to content

Commit a3b29c0

Browse files
authored
feat: ensure support for Symfony 7.1 (#39)
1 parent 643afb1 commit a3b29c0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -85,10 +85,10 @@ jobs:
8585
- PHP_VERSION: 8.3
8686
SYMFONY_VERSION: 7.0.* # Last 7.0.x version
8787

88-
#- PHP_VERSION: 8.2
89-
# SYMFONY_VERSION: 7.1.* # Last 7.0.x version
90-
#- PHP_VERSION: 8.3
91-
# SYMFONY_VERSION: 7.1.* # Last 7.0.x version
88+
- PHP_VERSION: 8.2
89+
SYMFONY_VERSION: 7.1.* # Last 7.1.x version
90+
- PHP_VERSION: 8.3
91+
SYMFONY_VERSION: 7.1.* # Last 7.1.x version
9292

9393
# Test the latest Symfony development version with the latest PHP version
9494
- PHP_VERSION: 8.3

0 commit comments

Comments
 (0)