Skip to content

Commit

Permalink
Run code style check with PHP 8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
eliashaeussler committed Nov 26, 2024
1 parent 6d29363 commit ce90fe1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/code_style_check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: actions/checkout@v2
- uses: shivammathur/setup-php@v2
with:
php-version: 7.3
php-version: 8.1
coverage: none # disable xdebug, pcov
- run: composer install --no-progress
# fix code style, automatically
Expand Down

0 comments on commit ce90fe1

Please sign in to comment.