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

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