We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9dc40d commit 9c4fd98Copy full SHA for 9c4fd98
.gitlab-ci.yml
@@ -60,25 +60,25 @@ ruby-current:
60
- RUBY_VERSION: ["3.2", "3.3", "3.4"]
61
62
ruby-eol3:
63
+ variables:
64
+ RUBYGEMS_VERSION: "3.6.9"
65
<<: *test_definition-legacy
66
parallel:
- variables:
- RUBYGEMS_VERSION: ["3.6.9"]
67
matrix:
68
- RUBY_VERSION: ["3.1"]
69
70
ruby-eol2:
71
72
+ RUBYGEMS_VERSION: "3.5.23"
73
74
- RUBYGEMS_VERSION: ["3.5.23"]
75
76
- RUBY_VERSION: ["3.0"]
77
78
ruby-eol1:
79
80
+ RUBYGEMS_VERSION: "3.4.22"
81
82
- RUBYGEMS_VERSION: ["3.4.22"]
83
84
- RUBY_VERSION: ["2.7"]
0 commit comments