Skip to content

Commit

Permalink
ci: drop mingw from ci.yml because it's upstream ruby-head (#3091)
Browse files Browse the repository at this point in the history
**What problem is this PR intended to solve?**

Realized today, because of some CI failures, that `mingw` is a ruby HEAD
version (3.4.0 today), and we removed HEAD builds from the main CI
pipeline back in 2021 (0fcbe1e). The `upstream.yml` pipeline should be
sufficient for testing ruby HEAD.
  • Loading branch information
flavorjones authored Jan 12, 2024
2 parents 22cf389 + 6457241 commit cfcb13a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ jobs:
fail-fast: false
matrix:
sys: ["enable", "disable"]
ruby: ["3.0", "3.1", "3.2", "3.3", "mingw"]
ruby: ["3.0", "3.1", "3.2", "3.3"]
runs-on: windows-2022
steps:
- name: configure git crlf
Expand Down

0 comments on commit cfcb13a

Please sign in to comment.