Skip to content

Commit 9eeeaf2

Browse files
committed
ci: use only maintained Rubies
1 parent 8d3aee7 commit 9eeeaf2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
uses: ruby/actions/.github/workflows/ruby_versions.yml@master
1010
with:
1111
engine: cruby
12-
min_version: 2.7
12+
min_version: 3.2
1313
versions: '["debug"]'
1414

1515
test:

.github/workflows/pycall.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
uses: ruby/actions/.github/workflows/ruby_versions.yml@master
1010
with:
1111
engine: cruby
12-
min_version: 3.1
12+
min_version: 3.2
1313
versions: '["debug"]'
1414

1515
test:

0 commit comments

Comments
 (0)