Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 1e0a3a3

Browse files
committedDec 1, 2021
Fix
1 parent 4b8e091 commit 1e0a3a3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎.github/workflows/lint.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Install PHP with extensions
2525
uses: shivammathur/setup-php@v2
2626
with:
27-
php-version: '8.1'
27+
php-version: '8.0'
2828
coverage: none
2929
tools: composer:v2, php-cs-fixer:3
3030
env:

‎.github/workflows/qa.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,4 +59,4 @@ jobs:
5959
composer-options: --prefer-dist --prefer-stable
6060

6161
- name: Psalm
62-
run: vendor/bin/psalm --show-info=false --stats --output-format=github --threads=$(nproc) --shepherd --php-version=8.0
62+
run: vendor/bin/psalm --show-info=false --stats --output-format=github --threads=$(nproc) --shepherd --php-version=8.1

0 commit comments

Comments
 (0)
Please sign in to comment.