Skip to content

Commit 9c4fd98

Browse files
committed
👷 GitLab CI DRY yaml config
1 parent e9dc40d commit 9c4fd98

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.gitlab-ci.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -60,25 +60,25 @@ ruby-current:
6060
- RUBY_VERSION: ["3.2", "3.3", "3.4"]
6161

6262
ruby-eol3:
63+
variables:
64+
RUBYGEMS_VERSION: "3.6.9"
6365
<<: *test_definition-legacy
6466
parallel:
65-
variables:
66-
RUBYGEMS_VERSION: ["3.6.9"]
6767
matrix:
6868
- RUBY_VERSION: ["3.1"]
6969

7070
ruby-eol2:
71+
variables:
72+
RUBYGEMS_VERSION: "3.5.23"
7173
<<: *test_definition-legacy
7274
parallel:
73-
variables:
74-
RUBYGEMS_VERSION: ["3.5.23"]
7575
matrix:
7676
- RUBY_VERSION: ["3.0"]
7777

7878
ruby-eol1:
79+
variables:
80+
RUBYGEMS_VERSION: "3.4.22"
7981
<<: *test_definition-legacy
8082
parallel:
81-
variables:
82-
RUBYGEMS_VERSION: ["3.4.22"]
8383
matrix:
8484
- RUBY_VERSION: ["2.7"]

0 commit comments

Comments
 (0)