Skip to content

Commit

Permalink
fix issue with gh action test
Browse files Browse the repository at this point in the history
  • Loading branch information
norbybaru committed Sep 14, 2023
1 parent 962dd16 commit e53c502
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,10 @@ jobs:
laravel: [8.*, 9.*, 10.*]
dependency-version: [prefer-lowest, prefer-stable]
include:
- dbal: 'ignore'
- laravel: 8.*
testbench: ^6.0
dbal: install
exclude:
- laravel: 10.*
php: 8.0
Expand Down Expand Up @@ -50,6 +52,7 @@ jobs:
- name: Install Composer dependencies
run: |
composer require "laravel/framework:${{ matrix.laravel }}" --no-interaction --no-update
if [[ ${{matrix.dbal}} = 'install' ]]; then composer require doctrine/dbal; fi
composer update --${{ matrix.dependency-version }} --prefer-dist --no-interaction
- name: Run PHPUnit tests
Expand Down

0 comments on commit e53c502

Please sign in to comment.