versions
This commit is contained in:
5
.github/workflows/tests.yml
vendored
5
.github/workflows/tests.yml
vendored
@@ -30,7 +30,10 @@ jobs:
|
|||||||
- name: Set up PHP
|
- name: Set up PHP
|
||||||
uses: shivammathur/setup-php@master
|
uses: shivammathur/setup-php@master
|
||||||
with:
|
with:
|
||||||
php-version: 7.4
|
php-version: 8.1
|
||||||
|
|
||||||
|
- name: Log Versions
|
||||||
|
run: ./vendor/bin/php-cs-fixer --version
|
||||||
|
|
||||||
- name: Check format
|
- name: Check format
|
||||||
run: ./vendor/bin/php-cs-fixer fix --dry-run
|
run: ./vendor/bin/php-cs-fixer fix --dry-run
|
||||||
|
Reference in New Issue
Block a user