Skip to content

Commit f7c7750

Browse files
committed
Add ruby 3.4 to CI, remove 3.0
1 parent c5412bc commit f7c7750

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,12 @@ jobs:
2626
fail-fast: false
2727
matrix:
2828
ruby:
29+
- "3.4"
2930
- "3.3"
3031
- "3.2"
3132
- "3.1"
32-
- "3.0"
3333
include:
34-
- ruby: "3.2"
34+
- ruby: "3.4"
3535
coverage: "true"
3636
env:
3737
COVERAGE: ${{matrix.coverage}}
@@ -62,7 +62,7 @@ jobs:
6262
- name: Set up Ruby
6363
uses: ruby/setup-ruby@v1
6464
with:
65-
ruby-version: 3.0
65+
ruby-version: 3.1
6666
- name: Install dependencies
6767
run: gem install ossy --no-document
6868
- name: Trigger release workflow

0 commit comments

Comments
 (0)