Skip to content

Commit babe0d7

Browse files
committed
[ci] test against symfony 7
1 parent fb22413 commit babe0d7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

+2-2
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

@@ -15,7 +15,7 @@ jobs:
1515
matrix:
1616
php: [ 8.1, 8.2, 8.3 ]
1717
deps: [ highest ]
18-
symfony: [ 5.4.*, 6.3.*, 6.4.* ]
18+
symfony: [ 5.4.*, 6.3.*, 6.4.*, 7.0.*, 7.1.* ]
1919
include:
2020
- php: 8.1
2121
deps: lowest

0 commit comments

Comments
 (0)