Skip to content

Commit

Permalink
fix github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
smajti1 committed Dec 7, 2023
1 parent d1950c9 commit ca9059b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/laravel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: shivammathur/setup-php@v2
with:
php-version: '8.3'
- name: Copy .env
run: php -r "file_exists('.env') || copy('.env.example', '.env');"

Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/phpstan-analyse.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: shivammathur/setup-php@v2
with:
php-version: '8.3'
- name: Copy .env
run: php -r "file_exists('.env') || copy('.env.example', '.env');"

Expand Down

0 comments on commit ca9059b

Please sign in to comment.