Skip to content

Commit 33e59bc

Browse files
authored
minor #213 [ci] test against symfony 7.1
* [ci] test against symfony 7 * only add 7.1
1 parent fb22413 commit 33e59bc

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yaml

+3-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: CI
33
on:
44
push:
55
branches:
6-
- master
6+
- main
77
pull_request:
88
release:
99

@@ -22,6 +22,8 @@ jobs:
2222
symfony: '*'
2323
- php: 8.3
2424
symfony: '7.0.*'
25+
- php: 8.3
26+
symfony: '7.1.*'
2527
steps:
2628
- uses: zenstruck/.github@php-test-symfony
2729
with:

0 commit comments

Comments
 (0)