Skip to content

Commit feae9c7

Browse files
committed
feat: add support for Ruby 3.4 and drop support for Ruby 3.0
1 parent 38c0eb5 commit feae9c7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/continuous_integration.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@ jobs:
1818
fail-fast: false
1919
matrix:
2020
# Only the latest versions of JRuby and TruffleRuby are tested
21-
ruby: ["3.0", "3.1", "3.2", "3.3", "truffleruby-24.1.2", "jruby-9.4.12.0"]
21+
ruby: ["3.1", "3.2", "3.3", "3.4", "truffleruby-24.1.2", "jruby-9.4.12.0"]
2222
operating-system: [ubuntu-latest]
2323
experimental: [No]
2424
include:
2525
- # Only test with minimal Ruby version on Windows
26-
ruby: 3.0
26+
ruby: 3.1
2727
operating-system: windows-latest
2828

2929
steps:

0 commit comments

Comments
 (0)