Skip to content

Commit 445dec1

Browse files
committed
minor #258 Update unit tests configuration (ajgarlag)
This PR was merged into the 1.x-dev branch. Discussion ---------- Update unit tests configuration * remove Symfony 7.1 * remove Symfony 7.2 * add Symfony 7.3 * add Symfony 7.4 This PR includes #257 Commits ------- ba038e9 Update unit tests configuration
2 parents 92ae92d + ba038e9 commit 445dec1

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

.github/workflows/unit-tests.yml

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
fail-fast: false
1616
matrix:
1717
php: ["8.1", "8.2", "8.3", "8.4"]
18-
symfony: ["6.4.*", "7.1.*", "7.2.*"]
18+
symfony: ["6.4.*", "7.3.*", "7.4.*", "8.0.*"]
1919
doctrine-orm: ["^2.14", "^3.0"]
2020
dependency-versions: ["highest"]
2121
composer-stable: ["1"]
@@ -34,9 +34,17 @@ jobs:
3434
can-fail: true
3535
exclude:
3636
- php: "8.1"
37-
symfony: "7.1.*"
37+
symfony: "7.3.*"
3838
- php: "8.1"
39-
symfony: "7.2.*"
39+
symfony: "7.4.*"
40+
- php: "8.1"
41+
symfony: "8.0.*"
42+
- php: "8.2"
43+
symfony: "8.0.*"
44+
- php: "8.3"
45+
symfony: "8.0.*"
46+
- doctrine-orm: "^2.14"
47+
symfony: "8.0.*"
4048

4149
name: "PHP ${{ matrix.php }} - Symfony ${{ matrix.symfony }} - Doctrine ORM ${{ matrix.doctrine-orm }} - Composer ${{ matrix.dependency-versions }}"
4250

0 commit comments

Comments
 (0)