Skip to content

Commit 0e94b24

Browse files
authored
Merge pull request #20 from AmazonPython/master
Updated laravel.yml, modify PHP version to 7.4
2 parents ce8578a + 2a34f11 commit 0e94b24

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)