Skip to content

Commit f18bc0e

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/qodana_code_quality.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
checks: write
1717
strategy:
1818
matrix:
19-
php-versions: [ '8.1', '8.2', '8.3' ]
19+
php-versions: [ '8.2', '8.3' ]
2020
steps:
2121
- uses: actions/checkout@v4
2222
with:
@@ -25,7 +25,7 @@ jobs:
2525
- name: Install PHP
2626
uses: shivammathur/setup-php@v2
2727
with:
28-
php-version: "8.3"
28+
php-version: "${{ matrix.php }}"
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)