We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a6df3e commit 8a739f5Copy full SHA for 8a739f5
3 files changed
.github/workflows/ci.yml
@@ -56,8 +56,6 @@ jobs:
56
- "macos-26" # arm64
57
- "macos-26-intel"
58
ruby:
59
- - "ruby-3.1"
60
- - "ruby-3.2"
61
- "ruby-3.3"
62
- "ruby-3.4"
63
- "ruby-4.0"
@@ -91,8 +89,6 @@ jobs:
91
89
fail-fast: false
92
90
matrix:
93
94
- - "3.1"
95
- - "3.2"
96
- "3.3"
97
- "3.4"
98
- "4.0"
Dockerfile
@@ -1,4 +1,4 @@
1
-ARG RUBY_VERSION=3.2
+ARG RUBY_VERSION=4
2
FROM ruby:${RUBY_VERSION}
3
4
RUN test ! -f /etc/alpine-release || apk add --no-cache build-base git
mini_racer.gemspec
@@ -50,5 +50,5 @@ Gem::Specification.new do |spec|
50
ext/mini_racer_extension/extconf.rb
51
]
52
53
- spec.required_ruby_version = ">= 3.1"
+ spec.required_ruby_version = ">= 3.3"
54
end
0 commit comments