Skip to content

Commit dbddca6

Browse files
committed
github action pest version
1 parent f03ae93 commit dbddca6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030

3131
- name: Install PHP dependencies
3232
run: |
33-
composer require "pestphp/pest:${{ matrix.pest }}" --no-interaction --no-update
33+
composer require "pestphp/pest:^${{ matrix.pest }}" --no-interaction --no-update
3434
composer update --${{ matrix.dependency-version }} --no-interaction --no-progress --ansi
3535
3636
- name: Unit Tests

0 commit comments

Comments
 (0)