Skip to content

Commit

Permalink
Disable testing on MacOS due to sudden problems with PHP (#644)
Browse files Browse the repository at this point in the history
  • Loading branch information
mk-mxp committed Feb 26, 2024
1 parent bc8b7c4 commit 4e1bb9c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/exercise-tests-phpunit-9.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ jobs:
fail-fast: false
matrix:
php-version: [8.0, 8.1, 8.2]
os: [ubuntu-22.04, windows-2022, macOS-latest]
# os: [ubuntu-22.04, windows-2022, macOS-12]
os: [ubuntu-22.04, windows-2022]

steps:
- name: Set git line endings
Expand Down

0 comments on commit 4e1bb9c

Please sign in to comment.