versions
This commit is contained in:
parent
0be8e835ef
commit
ebc78f8996
1 changed files with 4 additions and 1 deletions
5
.github/workflows/tests.yml
vendored
5
.github/workflows/tests.yml
vendored
|
@ -30,7 +30,10 @@ jobs:
|
|||
- name: Set up PHP
|
||||
uses: shivammathur/setup-php@master
|
||||
with:
|
||||
php-version: 7.4
|
||||
php-version: 8.1
|
||||
|
||||
- name: Log Versions
|
||||
run: ./vendor/bin/php-cs-fixer --version
|
||||
|
||||
- name: Check format
|
||||
run: ./vendor/bin/php-cs-fixer fix --dry-run
|
||||
|
|
Reference in a new issue