Skip to content

Commit

Permalink
Merge pull request #139 from scoutapp/fix-hub-missing
Browse files Browse the repository at this point in the history
hub cli tool was removed from runner images
  • Loading branch information
asgrim committed Dec 1, 2023
2 parents 4c729a2 + 4a55dc6 commit 01072fd
Showing 1 changed file with 4 additions and 1 deletion.
Expand Up @@ -48,7 +48,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php: [ "8.2", "8.1", "8.0", "7.4", "7.3", "7.2", "7.1" ]
php: [ "8.3", "8.2", "8.1", "8.0", "7.4", "7.3", "7.2", "7.1" ]
arch: [ x64, x86 ]
ts: [ ts, nts ]
runs-on: ubuntu-latest
Expand Down Expand Up @@ -201,6 +201,9 @@ jobs:
coverage: "none"
php-version: "8.0"
tools: pecl
# `hub` was removed... https://github.com/actions/runner-images/issues/8362
- name: "Install hub"
run: sudo apt-get update && sudo apt-get install -y hub
- name: "Build PECL Package"
run: pecl package
- name: "Fetch new release from Github API"
Expand Down

0 comments on commit 01072fd

Please sign in to comment.