Skip to content

Commit 3d5b2d1

Browse files
authored
Update quality.yaml
1 parent b6ea927 commit 3d5b2d1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/quality.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- uses: actions/checkout@v2
1818
- uses: shivammathur/setup-php@v2
1919
with:
20-
php-version: '8.0'
20+
php-version: '8.1'
2121
tools: composer:v2
2222
coverage: pcov
2323
- uses: actions/cache@v2
@@ -29,7 +29,7 @@ jobs:
2929
- uses: php-actions/composer@v5
3030
with:
3131
args: --prefer-dist
32-
php_version: 8.0
32+
php_version: 8.1
3333

3434
- name: Run tests & generate Coverage
3535
run: bin/phpunit --configuration=phpunit.xml tests --coverage-html var/coverage --whitelist=src
@@ -52,7 +52,7 @@ jobs:
5252
- uses: php-actions/composer@v5
5353
with:
5454
args: --prefer-dist
55-
php_version: 8.0
55+
php_version: 8.1
5656

5757
- name: PHPStan
5858
uses: php-actions/phpstan@v2

0 commit comments

Comments
 (0)