Skip to content

Commit

Permalink
Merge branch 'master' into improved-view-testing
Browse files Browse the repository at this point in the history
  • Loading branch information
caendesilva committed Feb 26, 2024
2 parents 93cc15d + 84f5a12 commit 8de743a
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, macos-latest, windows-latest]
os: [ubuntu-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, macos-latest]
os: [ubuntu-latest, windows-latest]
php: [8.1, 8.2]
runs-on: ${{ matrix.os }}

Expand Down

0 comments on commit 8de743a

Please sign in to comment.