Skip to content

Commit ba83346

Browse files
committed
fix: ci
1 parent 7b51462 commit ba83346

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ jobs:
2020
symfony_require: '4.4.*'
2121
- php: '8.1'
2222
symfony_require: '5.4.*'
23+
- php: '8.1'
24+
symfony_require: '6.4.*'
2325
fail-fast: false
2426
steps:
2527
- name: Checkout

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,5 @@ Tests/Functional/app/Behat/nginx.conf
66
Tests/Functional/web/bundles
77
vendor
88
.php_cs.cache
9+
.phpunit.result.cache
10+
.idea/*

0 commit comments

Comments
 (0)