File tree 2 files changed +10
-0
lines changed
2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change 22
22
tools : composer:v2
23
23
coverage : none
24
24
25
+ - name : Modify composer.json
26
+ run : >
27
+ jq '.name |= "pestphp/pest-plugin-arch-dev" | . += {"replace":{"pestphp/pest-plugin-arch": "*"}}' composer.json > composer.json.tmp
28
+ && mv composer.json.tmp composer.json
29
+
25
30
- name : Install Dependencies
26
31
run : composer update --prefer-stable --no-interaction --no-progress --ansi
27
32
Original file line number Diff line number Diff line change 30
30
echo "::add-matcher::${{ runner.tool_cache }}/php.json"
31
31
echo "::add-matcher::${{ runner.tool_cache }}/phpunit.json"
32
32
33
+ - name : Modify composer.json
34
+ run : >
35
+ jq '.name |= "pestphp/pest-plugin-arch-dev" | . += {"replace":{"pestphp/pest-plugin-arch": "*"}}' composer.json > composer.json.tmp
36
+ && mv composer.json.tmp composer.json
37
+
33
38
- name : Install PHP dependencies
34
39
run : composer update --${{ matrix.dependency-version }} --no-interaction --no-progress --ansi
35
40
You can’t perform that action at this time.
0 commit comments