Skip to content

Commit 0df672f

Browse files
committed
update GH actions
Signed-off-by: arhimede <julian@dotkernel.com>
1 parent a4c01e0 commit 0df672f

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

.github/workflows/qodana_code_quality.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,12 @@ jobs:
1616
checks: write
1717
strategy:
1818
matrix:
19-
php-versions: [ '8.2', '8.3', '8.4', '8.5' ]
19+
php-versions: [ '8.2', '8.3', '8.4', '8.5' ]
2020
steps:
2121
- uses: actions/checkout@v4
2222
with:
23-
ref: ${{ github.event.pull_request.head.sha }} # to check out the actual pull request commit, not the merge commit
23+
# to check out the actual pull request commit, not the merge commit
24+
ref: ${{ github.event.pull_request.head.sha }}
2425
fetch-depth: 0 # a full history is required for pull request analysis
2526
- name: Install PHP
2627
uses: shivammathur/setup-php@v2

.github/workflows/static-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,4 +47,4 @@ jobs:
4747
run: composer install --prefer-dist --no-interaction --no-progress --optimize-autoloader --ansi
4848

4949
- name: Run static analysis with PHPStan
50-
run: vendor/bin/phpstan analyse
50+
run: vendor/bin/phpstan analyse

0 commit comments

Comments
 (0)