Skip to content

Commit

Permalink
hub cli tool was removed
Browse files Browse the repository at this point in the history
  • Loading branch information
asgrim committed Dec 1, 2023
1 parent 4c729a2 commit 4a55dc6
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
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 4a55dc6

Please sign in to comment.