Skip to content

Commit 58986b0

Browse files
committed
add tests skeleton
1 parent a3231d5 commit 58986b0

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
@@ -40,7 +40,7 @@ jobs:
4040
run: docker-compose up -d rabbitmq
4141

4242
- name: Install dependencies
43-
run: composer update --${{ matrix.stability }} --prefer-dist --no-interaction --no-progress
43+
run: composer update --prefer-dist --no-interaction --no-progress
4444

4545
- name: Execute tests
4646
run: sleep 10 && vendor/bin/phpunit --verbose

0 commit comments

Comments
 (0)