Skip to content

Commit 6e97e58

Browse files
committed
Merge branch '2.x-dev' into improved-navigation-internals
2 parents a357555 + 5986af0 commit 6e97e58

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
strategy:
5050
fail-fast: false
5151
matrix:
52-
os: [ubuntu-latest, windows-latest]
52+
os: [ubuntu-latest, macos-latest, windows-latest]
5353
php: [8.1]
5454
runs-on: ${{ matrix.os }}
5555

.github/workflows/test-pull-requests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
strategy:
5959
fail-fast: false
6060
matrix:
61-
os: [ubuntu-latest, windows-latest]
61+
os: [ubuntu-latest, windows-latest, macos-latest]
6262
php: [8.1, 8.2]
6363
runs-on: ${{ matrix.os }}
6464

0 commit comments

Comments
 (0)