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

@ -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']