Drop Ruby 2.7 builds

This commit is contained in:
Stan Hu 2023-08-09 05:33:58 +00:00 committed by Balasankar 'Balu' C
parent 0759eaa370
commit 4cd4099d24
6 changed files with 9 additions and 26 deletions

View file

@ -7,7 +7,7 @@
YARN: '1.22'
GRAPHICSMAGICK: '1.3.36'
POSTGRESQL: '11'
RUBY: '2.7.patched'
RUBY: '3.0.patched'
GIT: '2.33'
GOLANG: '1.18'
KUBECTL: '1.23'

View file

@ -16,7 +16,7 @@ e2e:
OS: "debian:bullseye"
parallel:
matrix:
- RUBY: ['2.7', '3.0', '3.1', '3.2']
- RUBY: ['3.0', '3.1', '3.2']
BUNDLER: ['2.3', '2.4']
# Image with ruby, bundler and docker
@ -32,7 +32,7 @@ e2e-chrome:
- e2e-docker
parallel:
matrix:
- RUBY: ['2.7', '3.0', '3.1', '3.2']
- RUBY: ['3.0', '3.1', '3.2']
BUNDLER: ['2.3', '2.4']
CHROME: ['110', '113']

View file

@ -23,7 +23,7 @@ gitlab:
parallel:
matrix:
- OS: ['debian:bullseye']
RUBY: ['2.7.patched', '3.0.patched', '3.1.patched', '3.2.patched']
RUBY: ['3.0.patched', '3.1.patched', '3.2.patched']
GIT: ['2.36']
POSTGRESQL: ['12', '13', '14', '15']
GOLANG: ['1.19', '1.20']
@ -45,7 +45,7 @@ gitlab-assets:
parallel:
matrix:
- OS: ['debian:bullseye']
RUBY: ['2.7', '3.0', '3.1', '3.2']
RUBY: ['3.0', '3.1', '3.2']
GIT: ['2.33']
NODE: ['18.17']
@ -72,12 +72,12 @@ gitlab-workhorse:
parallel:
matrix:
- OS: ['debian:bullseye']
RUBY: ['2.7', '3.0', '3.1', '3.2']
RUBY: ['3.0', '3.1', '3.2']
GOLANG: ['1.19', '1.20']
RUST: ['1.65']
GIT: ['2.36']
- OS: ['ubi:8.6']
RUBY: ['2.7', '3.0', '3.1', '3.2']
RUBY: ['3.0', '3.1', '3.2']
GOLANG: ['1.19', '1.20']
RUST: ['1.65']
GIT: ['2.36']

View file

@ -23,4 +23,4 @@ gitlab-kas:
POSTGRESQL: '12'
parallel:
matrix:
- RUBY: ['2.7.2.patched', '2.7.patched', '3.0.patched']
- RUBY: ['3.0.patched', '3.1.patched', '3.2.patched']