Skip to content

Commit 22c49aa

Browse files
authored
Merge pull request #74 from dotkernel/qodana
update Qodana action file
2 parents f1a85c4 + bdd0aa0 commit 22c49aa

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/qodana_code_quality.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
pull_request:
55
push:
66
branches:
7-
- 1.0
7+
- '1.0'
88
- 'releases/*'
99

1010
jobs:
@@ -16,9 +16,9 @@ jobs:
1616
checks: write
1717
strategy:
1818
matrix:
19-
php-versions: [ '8.2', '8.3', '8.4', '8.5' ]
19+
php-versions: [ '8.3', '8.4', '8.5' ]
2020
steps:
21-
- uses: actions/checkout@v4
21+
- uses: actions/checkout@v6
2222
with:
2323
# to check out the actual pull request commit, not the merge commit
2424
ref: ${{ github.event.pull_request.head.sha }}
@@ -35,7 +35,7 @@ jobs:
3535
run: echo "COMPOSER_CACHE_DIR=$(composer config cache-dir)" >> $GITHUB_ENV
3636

3737
- name: Cache dependencies installed with composer
38-
uses: actions/cache@v4
38+
uses: actions/cache@v5
3939
with:
4040
path: ${{ env.COMPOSER_CACHE_DIR }}
4141
key: php${{ matrix.php }}-composer-${{ hashFiles('**/composer.json') }}

0 commit comments

Comments
 (0)