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 49a957c commit 8956777Copy full SHA for 8956777
.github/workflows/tests.yml
@@ -34,7 +34,7 @@ jobs:
34
- name: Test
35
env:
36
CREATE_SNAPSHOTS: false
37
- run: composer test -- --exclude-group redis,mongo
+ run: composer test -- --exclude-group redis --exclude-group mongo
38
39
sqlsrv:
40
runs-on: ubuntu-22.04
0 commit comments