Skip to content

Commit

Permalink
Merge branch '2.x-dev' into improved-navigation-internals
Browse files Browse the repository at this point in the history
  • Loading branch information
caendesilva committed Feb 27, 2024
2 parents a357555 + 5986af0 commit 6e97e58
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 6e97e58

Please sign in to comment.