Skip to content

Commit

Permalink
Readd checkout but update version
Browse files Browse the repository at this point in the history
  • Loading branch information
jonaspaq committed Jun 16, 2024
1 parent db06646 commit 3751640
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/laravel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ jobs:
steps:
- uses: shivammathur/setup-php@15c43e89cdef867065b0213be354c2841860869e
with:
php-version: 7.2
php-version: '7.2'
- uses: actions/checkout@v4
- name: Copy .env
run: php -r "file_exists('.env') || copy('.env.example', '.env');"

Expand Down

0 comments on commit 3751640

Please sign in to comment.