File tree Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Expand file tree Collapse file tree 1 file changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -91,13 +91,10 @@ jobs:
91
91
matrix :
92
92
include :
93
93
- command : sniffer
94
- tool : phpcs
95
94
php-version : 7.4
96
95
- command : fixer
97
- tool : php-cs-fixer
98
96
php-version : 7.4
99
97
- command : stan
100
- tool : phpstan
101
98
php-version : 7.4
102
99
103
100
steps :
@@ -126,8 +123,7 @@ jobs:
126
123
127
124
- name : Install development tools
128
125
run : |
129
- # These workarounds are needed until PHIVE can do installs in a non-interactive way
130
- echo y | phive --no-progress update ${{ matrix.tool }};
126
+ phive --no-progress install --trust-gpg-keys BBAB5DF0A0D6672989CF1869E82B2FB314E9906E,A972B9ABB95D0B760B51442231C7E470E2138192,D32680D5957DC7116BE29C14CF1A108D0E7AE720
131
127
132
128
- name : Run Command
133
129
run : composer ci:php:${{ matrix.command }}
You can’t perform that action at this time.
0 commit comments