|
|
@ -154,9 +154,7 @@ jobs: |
|
|
|
strategy: |
|
|
|
strategy: |
|
|
|
fail-fast: false # Don't cancel all jobs if one fails. |
|
|
|
fail-fast: false # Don't cancel all jobs if one fails. |
|
|
|
matrix: |
|
|
|
matrix: |
|
|
|
# TODO: Add back 8.2 once |
|
|
|
version: ['8.2', '8.3'] |
|
|
|
# https://github.com/shivammathur/setup-php/issues/823 is fixed. |
|
|
|
|
|
|
|
version: ['8.3'] |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
name: MacOS PHP ${{ matrix.version }} |
|
|
|
name: MacOS PHP ${{ matrix.version }} |
|
|
|
runs-on: macos-12 |
|
|
|
runs-on: macos-12 |
|
|
@ -173,7 +171,7 @@ jobs: |
|
|
|
run: brew install coreutils gd |
|
|
|
run: brew install coreutils gd |
|
|
|
|
|
|
|
|
|
|
|
- name: Pin PHP version |
|
|
|
- name: Pin PHP version |
|
|
|
uses: shivammathur/setup-php@7fdd3ece872ec7ec4c098ae5ab7637d5e0a96067 # 2.26.0 |
|
|
|
uses: shivammathur/setup-php@a4e22b60bbb9c1021113f2860347b0759f66fe5d # 2.30.0 |
|
|
|
with: |
|
|
|
with: |
|
|
|
php-version: ${{ matrix.version }} |
|
|
|
php-version: ${{ matrix.version }} |
|
|
|
|
|
|
|
|
|
|
|