Skip to content

Commit

Permalink
test fix github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
smajti1 committed Dec 7, 2023
1 parent ca9059b commit e58af62
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/laravel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ jobs:
- uses: shivammathur/setup-php@v2
with:
php-version: '8.3'
- uses: actions/checkout@v2
- name: Copy .env
run: php -r "file_exists('.env') || copy('.env.example', '.env');"

Expand Down
1 change: 1 addition & 0 deletions .github/workflows/phpstan-analyse.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ jobs:
- uses: shivammathur/setup-php@v2
with:
php-version: '8.3'
- uses: actions/checkout@v2
- name: Copy .env
run: php -r "file_exists('.env') || copy('.env.example', '.env');"

Expand Down

0 comments on commit e58af62

Please sign in to comment.