Skip to content

Commit e9dc40d

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

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.gitlab-ci.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,20 +62,23 @@ ruby-current:
6262
ruby-eol3:
6363
<<: *test_definition-legacy
6464
parallel:
65+
variables:
66+
RUBYGEMS_VERSION: ["3.6.9"]
6567
matrix:
6668
- RUBY_VERSION: ["3.1"]
67-
- RUBYGEMS_VERSION: ["3.6.9"]
6869

6970
ruby-eol2:
7071
<<: *test_definition-legacy
7172
parallel:
73+
variables:
74+
RUBYGEMS_VERSION: ["3.5.23"]
7275
matrix:
7376
- RUBY_VERSION: ["3.0"]
74-
- RUBYGEMS_VERSION: ["3.5.23"]
7577

7678
ruby-eol1:
7779
<<: *test_definition-legacy
7880
parallel:
81+
variables:
82+
RUBYGEMS_VERSION: ["3.4.22"]
7983
matrix:
8084
- RUBY_VERSION: ["2.7"]
81-
- RUBYGEMS_VERSION: ["3.4.22"]

0 commit comments

Comments
 (0)