Skip to content

Commit 96e43db

Browse files
committed
Install dependencies for the 2.6 and 3.4
1 parent b1be7af commit 96e43db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.gitlab-ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ install-dependencies:
9999
parallel:
100100
matrix:
101101
# Promote again when adding 3.4 support
102-
- RUBY_VERSION: ["3.3", "3.2", "3.1", "3.0", "2.7"]
102+
- RUBY_VERSION: ["3.4", "3.3", "3.2", "3.1", "3.0", "2.7", "2.6"]
103103
ARCH: [ "amd64", "arm64" ]
104104
stage: package
105105
needs:

0 commit comments

Comments
 (0)