We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 939a168 commit 049b12dCopy full SHA for 049b12d
1 file changed
.github/workflows/laravel.yml
@@ -12,7 +12,13 @@ jobs:
12
runs-on: ubuntu-latest
13
14
steps:
15
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
16
+ - name: Set up PHP
17
+ uses: shivammathur/setup-php@v2
18
+ with:
19
+ php-version: 8.2.12
20
+ - name: Check PHP version
21
+ run: php -v
22
- name: Copy .env
23
run: php -r "file_exists('.env') || copy('.env.test', '.env');"
24
- name: Install Dependencies
0 commit comments