We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7b51462 commit ba83346Copy full SHA for ba83346
2 files changed
.github/workflows/ci.yaml
@@ -20,6 +20,8 @@ jobs:
20
symfony_require: '4.4.*'
21
- php: '8.1'
22
symfony_require: '5.4.*'
23
+ - php: '8.1'
24
+ symfony_require: '6.4.*'
25
fail-fast: false
26
steps:
27
- name: Checkout
.gitignore
@@ -6,3 +6,5 @@ Tests/Functional/app/Behat/nginx.conf
6
Tests/Functional/web/bundles
7
vendor
8
.php_cs.cache
9
+.phpunit.result.cache
10
+.idea/*
0 commit comments