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 3b261a1 commit c46b8c1Copy full SHA for c46b8c1
.github/workflows/phpunits.yaml
@@ -119,7 +119,7 @@ jobs:
119
120
- name: Check codeclimate
121
id: codeclimate-check
122
- run: echo "execute=${{ matrix.php-versions == '8.2' && matrix.caches == 'array' && matrix.databases == 'testing' }}" >> $GITHUB_OUTPUT
+ run: echo "execute=${{ matrix.php-versions == '8.3' && matrix.caches == 'array' && matrix.locks == 'redis' && matrix.databases == 'testing' }}" >> $GITHUB_OUTPUT
123
124
- name: Prepare codeclimate
125
id: codeclimate-prepare
0 commit comments