Skip to content

Commit

Permalink
Update CI matrix.
Browse files Browse the repository at this point in the history
  • Loading branch information
ioquatix committed Sep 28, 2024
1 parent 1cca872 commit 710613a
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ jobs:
fail-fast: false
matrix:
os:
- ubuntu-22.04
- macos-11
- windows-2022
- ubuntu-latest
- macos-latest
- windows-latest
ruby:
- "2.5"
- "2.6"
Expand All @@ -29,8 +29,6 @@ jobs:
- "jruby"
- "truffleruby"
include:
- {os: ubuntu-20.04, ruby: "3.2"}
- {os: windows-2019, ruby: "3.2"}
- {os: windows-2022, ruby: ucrt}
exclude:
- {os: windows-2022, ruby: head}
Expand Down

0 comments on commit 710613a

Please sign in to comment.