Skip to content

Commit

Permalink
Remove dbal from test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
RobTrehy committed Mar 18, 2024
1 parent 2c97f8c commit e28ec57
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- laravel: 9.*
testbench: ^7.0
- laravel: 10.*
testbench: ^8.0
testbench: ^8.20
- laravel: 11.*
testbench: ^9.0
exclude:
Expand Down Expand Up @@ -46,7 +46,7 @@ jobs:

- name: Install dependencies
run: |
composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" "doctrine/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
- name: Composer Autoload
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"orchestra/testbench": "^7.0|^8.0|^9.0"
},
"require-dev": {
"phpunit/phpunit": "^9.5|^10.1|^11.0",
"phpunit/phpunit": "^9.5|^10.5",
"squizlabs/php_codesniffer": "^3.6",
"nunomaduro/collision": "^6.4|^7.0|^8.0"
},
Expand Down

0 comments on commit e28ec57

Please sign in to comment.