We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
jordisala1991
VincentLanglet
OskarStark
core23
Learn more about funding links in repositories.
Report abuse
1 parent 4b8e091 commit 1e0a3a3Copy full SHA for 1e0a3a3
.github/workflows/lint.yaml
@@ -24,7 +24,7 @@ jobs:
24
- name: Install PHP with extensions
25
uses: shivammathur/setup-php@v2
26
with:
27
- php-version: '8.1'
+ php-version: '8.0'
28
coverage: none
29
tools: composer:v2, php-cs-fixer:3
30
env:
.github/workflows/qa.yaml
@@ -59,4 +59,4 @@ jobs:
59
composer-options: --prefer-dist --prefer-stable
60
61
- name: Psalm
62
- run: vendor/bin/psalm --show-info=false --stats --output-format=github --threads=$(nproc) --shepherd --php-version=8.0
+ run: vendor/bin/psalm --show-info=false --stats --output-format=github --threads=$(nproc) --shepherd --php-version=8.1
0 commit comments