Skip to content

Commit

Permalink
Exclude macos builds for PHP 8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tonysm committed May 3, 2024
1 parent 43714b1 commit 0d69d22
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,11 @@ jobs:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest, macos-11]
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 0d69d22

Please sign in to comment.