Skip to content

Commit c46b8c1

Browse files
committed
phpunits.yaml optimize
1 parent 3b261a1 commit c46b8c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/phpunits.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ jobs:
119119

120120
- name: Check codeclimate
121121
id: codeclimate-check
122-
run: echo "execute=${{ matrix.php-versions == '8.2' && matrix.caches == 'array' && matrix.databases == 'testing' }}" >> $GITHUB_OUTPUT
122+
run: echo "execute=${{ matrix.php-versions == '8.3' && matrix.caches == 'array' && matrix.locks == 'redis' && matrix.databases == 'testing' }}" >> $GITHUB_OUTPUT
123123

124124
- name: Prepare codeclimate
125125
id: codeclimate-prepare

0 commit comments

Comments
 (0)