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: 612858554
  • Loading branch information
zhangskz authored and Copybara-Service committed Mar 5, 2024
1 parent 360531c commit 49c813e
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/test_php.yml
Expand Up @@ -154,9 +154,7 @@ jobs:
strategy:
fail-fast: false # Don't cancel all jobs if one fails.
matrix:
# TODO: Add back 8.2 once
# https://github.com/shivammathur/setup-php/issues/823 is fixed.
version: ['8.3']
version: ['8.2', '8.3']

name: MacOS PHP ${{ matrix.version }}
runs-on: macos-12
Expand All @@ -173,7 +171,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 49c813e

Please sign in to comment.