Skip to content

Commit

Permalink
Update actions
Browse files Browse the repository at this point in the history
  • Loading branch information
LaravelFreelancerNL committed Nov 27, 2023
1 parent 3168530 commit 39d2302
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
laravel: [^9.0, ^10.0]
php: [8.1, 8.2, 8.3]
arangodb: [3.10, 3.11]
dependency-version: [ prefer-lowest, prefer-stable ]
dependency-version: [prefer-lowest, prefer-stable]
include:
- laravel: 9.*
testbench: ^7.0
Expand Down Expand Up @@ -58,7 +58,7 @@ jobs:

- name: Install dependencies
run: |
composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" --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: Prepare test database
Expand Down

0 comments on commit 39d2302

Please sign in to comment.