Skip to content

Commit a8421e4

Browse files
committed
ci(symfony): run on 7.4 and 8.0
1 parent 95b2057 commit a8421e4

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,18 @@ jobs:
4646
symfony-require: "7.3"
4747
- php-version: 8.4
4848
symfony-require: "7.3"
49+
- php-version: 8.2
50+
symfony-require: "7.4"
51+
- php-version: 8.3
52+
symfony-require: "7.4"
53+
- php-version: 8.4
54+
symfony-require: "7.4"
55+
- php-version: 8.2
56+
symfony-require: "8.0"
57+
- php-version: 8.3
58+
symfony-require: "8.0"
59+
- php-version: 8.4
60+
symfony-require: "8.0"
4961
steps:
5062
- name: Checkout
5163
uses: actions/checkout@v5

0 commit comments

Comments
 (0)