Skip to content

Commit

Permalink
Remove macos-11 (builds were too slow)
Browse files Browse the repository at this point in the history
  • Loading branch information
tonysm committed May 3, 2024
1 parent 0d69d22 commit 626108c
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,8 @@ jobs:
tests:
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest, macos-11]
os: [ubuntu-latest, windows-latest, macos-latest]
php: [8.1, 8.2, 8.3]
exclude:
- os: macos-latest
php: 8.1
- os: macos-11
php: 8.1
name: ${{ matrix.os }} - PHP ${{ matrix.php }}

runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit 626108c

Please sign in to comment.