Skip to content

Commit dae91d0

Browse files
authored
Merge pull request #4 from ashimpaulsji/features#jobs
Workflow php version updated
2 parents db1085f + 3240595 commit dae91d0

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
@@ -13,7 +13,7 @@ jobs:
1313
steps:
1414
- uses: shivammathur/setup-php@15c43e89cdef867065b0213be354c2841860869e
1515
with:
16-
php-version: '8.0'
16+
php-version: '8.3.15'
1717
- uses: actions/checkout@v4
1818
- name: Copy .env
1919
run: php -r "file_exists('.env') || copy('.env.example', '.env');"

0 commit comments

Comments
 (0)