We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb94309 commit 2b3131dCopy full SHA for 2b3131d
.github/workflows/ci.yml
@@ -32,6 +32,8 @@ jobs:
32
run: make info
33
- name: Test bundle with Symfony 5
34
run: make test-using-symfony-5
35
+ - name: Test bundle with Symfony 6
36
+ run: make test-using-symfony-6
37
- name: Display information
38
39
- name: Stop the docker images
0 commit comments