Skip to content

Commit

Permalink
ci: Disable builds on macOS until phpspec/phpspec#1380 is fixed.
Browse files Browse the repository at this point in the history
  • Loading branch information
drupol committed Jul 5, 2021
1 parent 4a836b1 commit c4ffa75
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ jobs:
strategy:
fail-fast: false
matrix:
operating-system: [ubuntu-latest, windows-latest, macOS-latest]
php-versions: ['7.2', '7.3', '7.4']
operating-system: [ubuntu-latest, windows-latest]
php-versions: ['7.4']

steps:
- name: Set git to use LF
Expand Down

0 comments on commit c4ffa75

Please sign in to comment.