Skip to content

Commit d88dfd0

Browse files
committed
feat: drop support for PHP < 8.1, symfony < 6.4
1 parent 1f98124 commit d88dfd0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,9 @@ jobs:
6464
matrix:
6565
php: [ '8.1', '8.2', '8.3', '8.4', '8.5' ]
6666
sf_version: [ '6.4.*', '7.4.*' ]
67-
67+
exclude:
68+
- php: '8.1'
69+
sf_version: '7.4.*'
6870

6971
steps:
7072
- name: "Checkout code"

0 commit comments

Comments
 (0)