Skip to content

Commit

Permalink
Update trusted phive install keys
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianfeldmann committed Dec 21, 2023
1 parent 7a1791f commit 35c56ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
php: ['7.3', '7.4', '8.0', '8.1']
php: ['8.0', '8.1', '8.2', '8.3']
steps:
- uses: actions/checkout@master

Expand All @@ -27,7 +27,7 @@ jobs:
run: php -v

- name : Install tooling
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
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

- name: Update composer
run: composer self-update
Expand Down

0 comments on commit 35c56ba

Please sign in to comment.