Skip to content

Commit 3f65fc8

Browse files
committed
Issue #330: Move common logic to Core module
Signed-off-by: alexmerlin <alex.merlin.1985@gmail.com>
1 parent f18bc0e commit 3f65fc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/qodana_code_quality.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Install PHP
2626
uses: shivammathur/setup-php@v2
2727
with:
28-
php-version: "${{ matrix.php }}"
28+
php-version: ${{ matrix.php-versions }}
2929
coverage: pcov
3030
ini-values: assert.exception=1, zend.assertions=1, error_reporting=-1, log_errors_max_len=0, display_errors=On
3131
tools: composer:v2, cs2pr

0 commit comments

Comments
 (0)