Skip to content

Commit 532913e

Browse files
committed
ruby/spec minimum Ruby version is 2.6 now
1 parent 4349a58 commit 532913e

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
@@ -192,7 +192,7 @@ jobs:
192192
strategy:
193193
fail-fast: false
194194
matrix:
195-
ruby: [2.5, 2.6, 2.7]
195+
ruby: [2.6, 2.7, 3.0]
196196
runs-on: ubuntu-latest
197197
steps:
198198
- uses: actions/checkout@v2

ci.jsonnet

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,7 @@ local part_definitions = {
311311
"CHECK_LEAKS": "true",
312312
},
313313
run+: jt(["-u", mri_path(mri_version), "mspec", "spec/ruby"]) +
314-
jt(["-u", mri_path("2.5.7"), "mspec", "spec/ruby"]),
314+
jt(["-u", mri_path("2.6.6"), "mspec", "spec/ruby"]),
315315
},
316316

317317
test_fast: {

0 commit comments

Comments
 (0)