Skip to content

Commit 66e0863

Browse files
authored
Update laravel.yml
1 parent d98f7e8 commit 66e0863

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/laravel.yml

+3-3
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: '8.3'
1818
- uses: actions/checkout@v4
1919
- name: Copy .env
2020
run: php -r "file_exists('.env') || copy('.env.example', '.env');"
@@ -30,6 +30,6 @@ jobs:
3030
touch database/database.sqlite
3131
- name: Execute tests (Unit and Feature tests) via PHPUnit/Pest
3232
env:
33-
DB_CONNECTION: sqlite
34-
DB_DATABASE: database/database.sqlite
33+
DB_CONNECTION: mysql
34+
DB_DATABASE: database/database.mysql
3535
run: php artisan test

0 commit comments

Comments
 (0)