Skip to content

Commit

Permalink
Merge branch 'pr/laravel-shift/459'
Browse files Browse the repository at this point in the history
  • Loading branch information
mikebronner committed Mar 2, 2024
2 parents 487a84e + a0c1468 commit ecacd3a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/laravel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
fail-fast: true
matrix:
php: [8.2, 8.1]
php: [8.3, 8.2]

name: PHP ${{ matrix.php }}

Expand Down
2 changes: 0 additions & 2 deletions phpunit.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,6 @@
<server name="CACHE_DRIVER" value="redis"/>
<server name="DB_CONNECTION" value="sqlite"/>
<server name="DB_DATABASE" value=":memory:"/>
<server name="DB_PASSWORD" value="secret"/>
<server name="DB_USERNAME" value="homestead"/>
<server name="PGSQL_HOST" value="127.0.0.1"/>
<server name="QUEUE_DRIVER" value="sync"/>
<server name="REDIS_HOST" value="127.0.0.1"/>
Expand Down

0 comments on commit ecacd3a

Please sign in to comment.