Skip to content

Commit

Permalink
Fix pint
Browse files Browse the repository at this point in the history
  • Loading branch information
SRWieZ committed Oct 28, 2023
1 parent ead3095 commit f6a9010
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
steps:
- uses: shivammathur/setup-php@15c43e89cdef867065b0213be354c2841860869e
with:
php-version: '8.1'
php-version: '8.2'
- uses: actions/checkout@v3
- name: Copy .env
run: php -r "file_exists('.env') || copy('.env.example', '.env');"
Expand Down

0 comments on commit f6a9010

Please sign in to comment.