Skip to content

Commit

Permalink
Update tests for PHP 8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Jubeki committed Dec 11, 2023
1 parent 11aa748 commit 933e340
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
run: composer update --prefer-stable --prefer-dist --no-interaction --no-progress

- name: Check for style violations
run: PHP_CS_FIXER_IGNORE_ENV=1 vendor/bin/php-cs-fixer fix --dry-run --diff
run: vendor/bin/php-cs-fixer fix --dry-run --diff

- name: Clone the laravel skeleton
run: git clone https://github.com/laravel/laravel.git --single-branch --depth 1
Expand Down

0 comments on commit 933e340

Please sign in to comment.