Skip to content

Commit

Permalink
tests: Update Ruby versions in the CI matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
dazuma committed Sep 4, 2024
1 parent a09df25 commit dee76e5
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,6 @@ jobs:
strategy:
matrix:
include:
- os: ubuntu-20.04
ruby: "2.7"
task: test , spec
- os: ubuntu-20.04
ruby: "3.0"
task: test , spec
Expand All @@ -25,14 +22,17 @@ jobs:
- os: ubuntu-22.04
ruby: "3.2"
task: test , spec
- os: ubuntu-latest
ruby: "3.3"
task: test , spec
- os: macos-latest
ruby: "3.2"
ruby: "3.3"
task: test , spec
- os: windows-latest
ruby: "3.2"
ruby: "3.3"
task: test , spec
- os: ubuntu-latest
ruby: "3.2"
ruby: "3.3"
task: rubocop , integration , build , yardoc , linkinator
fail-fast: false
runs-on: ${{ matrix.os }}
Expand Down

0 comments on commit dee76e5

Please sign in to comment.