Skip to content

Commit

Permalink
ci: drop support for 2.7 tests on verify pipeline
Browse files Browse the repository at this point in the history
Signed-off-by: Sonu Saha <sonu.saha@progress.com>
  • Loading branch information
ahasunos committed Sep 19, 2024
1 parent 307cd9c commit c9b58db
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .expeditor/verify.pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,6 @@ expeditor:

steps:

- label: run-lint-and-specs-ruby-2.7
command:
- .expeditor/run_linux_tests.sh rake spec pedant style
expeditor:
executor:
docker:
image: ruby:2.7

- label: run-lint-and-specs-ruby-3.0
command:
- .expeditor/run_linux_tests.sh rake spec pedant style
Expand Down Expand Up @@ -56,4 +48,4 @@ steps:
environment:
- FORCE_FFI_YAJL=ext
- EXPIRE_CACHE=true
- CHEF_LICENSE=accept-no-persist
- CHEF_LICENSE=accept-no-persist

0 comments on commit c9b58db

Please sign in to comment.