Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: run cs fixer on supported php version
Browse files Browse the repository at this point in the history
simPod committed Dec 16, 2024
1 parent 99046fc commit 658b32c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -50,4 +50,4 @@ jobs:
run: docker compose -f docker-compose.yml run test_runner vendor/bin/phpunit --no-progress --testsuite Structure

- name: run cs fixer
run: docker compose -f docker-compose.yml run test_runner composer cs -- --show-progress=none
run: docker compose -f docker-compose.yml run -e PHP_VERSION=7.4 test_runner composer cs -- --show-progress=none

0 comments on commit 658b32c

Please sign in to comment.