Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
Oliver Kaufmann committed Feb 16, 2022
1 parent 3a92291 commit 56ed8cc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,12 @@ jobs:
include:
- laravel: 9.*
testbench: 7.*
dbal: 3.*
- laravel: 8.*
testbench: 6.*
dbal: 3.*
- laravel: 7.*
testbench: 5.*
dbal: 3.*
- laravel: 6.*
testbench: 4.*
dbal: 2.*

name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.dependency-version }} - ${{ matrix.os }}

Expand All @@ -47,7 +43,7 @@ jobs:

- name: Install dependencies
run: |
composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" "doctrine/dbal:${{ matrix.dbal }}" --no-interaction --no-update
composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" --no-interaction --no-update
composer update --${{ matrix.dependency-version }} --prefer-dist --no-interaction --no-suggest
- name: Execute tests
run: vendor/bin/phpunit
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"mockery/mockery": "^1.3.3",
"illuminate/database": "^6.0|^7.0|^8.0|^9.0",
"orchestra/testbench": "^4.0|^5.0|^6.0|^7.0",
"doctrine/dbal": "^2.10|^3.3"
"doctrine/dbal": "^2.10"
},
"config": {
"optimize-autoloader": true,
Expand Down

0 comments on commit 56ed8cc

Please sign in to comment.