Skip to content

Commit

Permalink
Add 3.4 to CI, remove 3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
flash-gordon committed Jan 3, 2025
1 parent 0cc0679 commit 745725b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@ jobs:
fail-fast: false
matrix:
ruby:
- "3.4"
- "3.3"
- "3.2"
- "3.1"
- "3.0"
include:
- ruby: "3.2"
- ruby: "3.4"
coverage: "true"
env:
COVERAGE: ${{matrix.coverage}}
Expand Down Expand Up @@ -62,7 +62,7 @@ jobs:
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.0
ruby-version: 3.1
- name: Install dependencies
run: gem install ossy --no-document
- name: Trigger release workflow
Expand Down

0 comments on commit 745725b

Please sign in to comment.