We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36a3df5 commit 14bd3f9Copy full SHA for 14bd3f9
.github/workflows/static.yml
@@ -23,6 +23,8 @@ jobs:
23
coverage: none
24
25
- name: Install Dependencies
26
+ env:
27
+ COMPOSER_ROOT_VERSION: 4.x-dev
28
run: composer update --prefer-stable --no-interaction --no-progress --ansi
29
30
- name: Style
.github/workflows/tests.yml
@@ -31,6 +31,8 @@ jobs:
31
echo "::add-matcher::${{ runner.tool_cache }}/phpunit.json"
32
33
- name: Install PHP dependencies
34
35
36
run: composer update --${{ matrix.dependency-version }} --no-interaction --no-progress --ansi
37
38
- name: Unit Tests
0 commit comments