Drop testing on EOL ruby 2.7, and run linter on Ruby 3.1 (#76)

Signed-off-by: Clinton Wolfe <clintoncwolfe@gmail.com>
This commit is contained in:
Clinton Wolfe 2023-07-06 19:29:16 -04:00 committed by GitHub
parent 8323ecd5c5
commit e998658b7b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,23 +9,14 @@ expeditor:
steps:
- label: lint-ruby-3.0
- label: lint-ruby-3.1
command:
- RAKE_TASK=test:lint /workdir/.expeditor/buildkite/verify.sh
expeditor:
secrets: true
executor:
docker:
image: ruby:3.0
- label: run-tests-ruby-2.7
command:
- /workdir/.expeditor/buildkite/verify.sh
expeditor:
secrets: true
executor:
docker:
image: ruby:2.7
image: ruby:3.1
- label: run-tests-ruby-3.0
command: