Skip to content

Commit

Permalink
ci: run cs fixer on supported php version
Browse files Browse the repository at this point in the history
  • Loading branch information
simPod committed Dec 16, 2024
1 parent 0e82bdf commit cbba2b4
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
Expand Up @@ -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 cbba2b4

Please sign in to comment.