Skip to content

Commit a7c7391

Browse files
Update trusted phive install keys
1 parent 7ef92d0 commit a7c7391

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/integration.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
strategy:
1313
matrix:
1414
os: [ubuntu-latest]
15-
php: ['7.3', '7.4', '8.0', '8.1']
15+
php: ['8.0', '8.1', '8.2', '8.3']
1616
steps:
1717
- uses: actions/checkout@master
1818

@@ -27,7 +27,7 @@ jobs:
2727
run: php -v
2828

2929
- name : Install tooling
30-
run : GITHUB_AUTH_TOKEN=${{ secrets.GITHUB_TOKEN }} phive --no-progress --home ./.phive install --force-accept-unsigned --trust-gpg-keys 4AA394086372C20A,31C7E470E2138192,8E730BA25823D8B5,CF1A108D0E7AE720,2A8299CE842DD38C,661E97400F658E25
30+
run : GITHUB_AUTH_TOKEN=${{ secrets.GITHUB_TOKEN }} phive --no-progress --home ./.phive install --force-accept-unsigned --trust-gpg-keys 51C67305FFC2E5C0,4AA394086372C20A,31C7E470E2138192,8E730BA25823D8B5,CF1A108D0E7AE720,2DF45277AEF09A2F
3131

3232
- name: Update composer
3333
run: composer self-update

0 commit comments

Comments
 (0)