Skip to content

Commit 2a34f11

Browse files
committed
Updated laravel.yml, modify PHP version to 7.4
1 parent ee1ca76 commit 2a34f11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/laravel.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
steps:
1515
- uses: shivammathur/setup-php@15c43e89cdef867065b0213be354c2841860869e
1616
with:
17-
php-version: '8.0'
17+
php-version: '7.4'
1818
- uses: actions/checkout@v2
1919
- name: Copy .env
2020
run: php -r "file_exists('.env') || copy('.env.example', '.env');"

0 commit comments

Comments
 (0)