Skip to content

Commit

Permalink
Remove ruby 2.7 from testing matrix as its very old and we need to sp…
Browse files Browse the repository at this point in the history
…eed up runners

Update bundler to latest and avoid rubygems updates
  • Loading branch information
luke-hill committed Jan 8, 2025
1 parent 681fa8a commit 8bce394
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,9 @@ jobs:
strategy:
fail-fast: false
matrix:
ruby: ['2.7', '3.0', '3.1', '3.2', '3.3']
ruby: ['3.0', '3.1', '3.2', '3.3']
browser: ['chrome', 'firefox']
gemfile: ['Gemfile', 'gemfiles/low_spec.gemfile']
rubygems: ['latest']
# include:
# - os: ubuntu-latest
# ruby: '2.7'
# rubygems: '3.2.3'
exclude:
# Low spec gemfiles are having issues post Selenium Manager release on GHA
# Revisit these exclusions once low spec selenium is 4.10+ and chrome is v120+
Expand All @@ -37,7 +32,7 @@ jobs:
with:
ruby-version: ${{ matrix.ruby }}
rubygems: ${{ matrix.rubygems }}
bundler: '2.4.22'
bundler: '2.5.23'
bundler-cache: true
- run: bundle exec rspec
- run: bundle exec cucumber --publish-quiet
Expand Down

0 comments on commit 8bce394

Please sign in to comment.