We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0f37bfd + 74c3604 commit 70024fbCopy full SHA for 70024fb
.github/workflows/ci.yml
@@ -91,13 +91,10 @@ jobs:
91
matrix:
92
include:
93
- command: sniffer
94
- tool: phpcs
95
php-version: 7.4
96
- command: fixer
97
- tool: php-cs-fixer
98
99
- command: stan
100
- tool: phpstan
101
102
103
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 }};
+ phive --no-progress install --trust-gpg-keys BBAB5DF0A0D6672989CF1869E82B2FB314E9906E,A972B9ABB95D0B760B51442231C7E470E2138192,D32680D5957DC7116BE29C14CF1A108D0E7AE720
131
132
- name: Run Command
133
run: composer ci:php:${{ matrix.command }}
0 commit comments