Skip to content

Commit

Permalink
enhance: change database to pgsql
Browse files Browse the repository at this point in the history
  • Loading branch information
Adamibnualfatahh committed May 21, 2023
1 parent a328ff6 commit 2246d29
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/laravel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
steps:
- uses: shivammathur/setup-php@15c43e89cdef867065b0213be354c2841860869e
with:
php-version: '8.0'
php-version: '8.1'
- uses: actions/checkout@v3
- name: Copy .env
run: php -r "file_exists('.env') || copy('.env.example', '.env');"
Expand All @@ -27,7 +27,7 @@ jobs:
- name: Create Database
run: |
mkdir -p database
touch database/database.sqlite
touch database/database.pgsql
- name: Execute tests (Unit and Feature tests) via PHPUnit
env:
DB_CONNECTION: pgsql
Expand Down

0 comments on commit 2246d29

Please sign in to comment.