Skip to content

Commit

Permalink
explicitly define laravel version
Browse files Browse the repository at this point in the history
  • Loading branch information
eithed committed Aug 15, 2024
1 parent 51b5693 commit 23d46ae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ jobs:
- name: Install dependencies
run: |
composer require "laravel/framework:${{ matrix.laravel }}" "orchestra/testbench:${{ matrix.testbench }}" --dev --no-interaction --no-update
composer update --${{ matrix.stability }} --prefer-dist --no-interaction
- name: Execute tests
Expand Down

0 comments on commit 23d46ae

Please sign in to comment.