Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
crynobone authored Mar 13, 2024
1 parent 5aa8453 commit e60691a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:

- name: Install dependencies
run: |
composer update --with=laravel/framework:${{ matrix.laravel }} --prefer-dist --no-interaction --no-progress --${{ matrix.stability }}
composer update --with=laravel/framework:^${{ matrix.laravel }} --prefer-dist --no-interaction --no-progress --${{ matrix.stability }}
- name: Execute tests
run: vendor/bin/pest
Expand Down Expand Up @@ -108,7 +108,7 @@ jobs:

- name: Install dependencies
run: |
composer update --with=laravel/framework:${{ matrix.laravel }} --prefer-dist --no-interaction --no-progress --${{ matrix.stability }}
composer update --with=laravel/framework:^${{ matrix.laravel }} --prefer-dist --no-interaction --no-progress --${{ matrix.stability }}
- name: Execute tests
run: vendor/bin/pest
Expand Down Expand Up @@ -162,7 +162,7 @@ jobs:

- name: Install dependencies
run: |
composer update --with=laravel/framework:${{ matrix.laravel }} --prefer-dist --no-interaction --no-progress --${{ matrix.stability }}
composer update --with=laravel/framework:^${{ matrix.laravel }} --prefer-dist --no-interaction --no-progress --${{ matrix.stability }}
- name: Execute tests
run: vendor/bin/pest
Expand Down Expand Up @@ -207,7 +207,7 @@ jobs:

- name: Install dependencies
run: |
composer update --with=laravel/framework:${{ matrix.laravel }} --prefer-dist --no-interaction --no-progress --${{ matrix.stability }}
composer update --with=laravel/framework:^${{ matrix.laravel }} --prefer-dist --no-interaction --no-progress --${{ matrix.stability }}
- name: Execute tests
run: vendor/bin/pest
Expand Down

0 comments on commit e60691a

Please sign in to comment.