Skip to content

Commit

Permalink
Fix php tests on macos actions runner (#110)
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobdeichert authored May 26, 2024
1 parent 737048d commit 60face8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ jobs:
strategy:
fail-fast: false
matrix:
platform: [ubuntu-latest, windows-latest, macos-latest]
# Test on macos-13 because the macos-14 runner doesn't come with php installed.
platform: [ubuntu-latest, windows-latest, macos-13]
env:
CLICOLOR_FORCE: 1
steps:
Expand Down

0 comments on commit 60face8

Please sign in to comment.