Skip to content

Commit

Permalink
Revert "Temporarily disable macOS testing"
Browse files Browse the repository at this point in the history
This reverts commit 84f5a12 as it should now be fixed. See shivammathur/setup-php#823 (comment)
  • Loading branch information
caendesilva committed Feb 27, 2024
1 parent 48a45ad commit d91d3ca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest]
os: [ubuntu-latest, macos-latest, windows-latest]
php: [8.1]
runs-on: ${{ matrix.os }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-pull-requests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest]
os: [ubuntu-latest, windows-latest, macos-latest]
php: [8.1, 8.2]
runs-on: ${{ matrix.os }}

Expand Down

0 comments on commit d91d3ca

Please sign in to comment.