Skip to content

Commit

Permalink
Update setup-php to 2.30.0 and re-enable macOS PHP 8.2 tests.
Browse files Browse the repository at this point in the history
setup-php 2.30.0 should fix shivammathur/setup-php#823

PiperOrigin-RevId: 612882408
  • Loading branch information
zhangskz committed Apr 4, 2024
1 parent 552ad31 commit 220a74b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test_php.yml
Expand Up @@ -151,7 +151,6 @@ jobs:
fail-fast: false # Don't cancel all jobs if one fails.
matrix:
version: ['8.2']

name: MacOS PHP ${{ matrix.version }}
runs-on: macos-12
steps:
Expand All @@ -167,7 +166,7 @@ jobs:
run: brew install coreutils gd

- name: Pin PHP version
uses: shivammathur/setup-php@7fdd3ece872ec7ec4c098ae5ab7637d5e0a96067 # 2.26.0
uses: shivammathur/setup-php@a4e22b60bbb9c1021113f2860347b0759f66fe5d # 2.30.0
with:
php-version: ${{ matrix.version }}

Expand Down

0 comments on commit 220a74b

Please sign in to comment.