Skip to content

Commit

Permalink
ruby 2.7, 3.0 is EOL-ed. Remove those and add ruby 3.2 and 3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
muhammadn committed Apr 29, 2024
1 parent 301d853 commit 2ec232b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
# Indexes for parallel jobs (starting from zero).
# E.g. use [0, 1] for 2 parallel jobs, [0, 1, 2] for 3 parallel jobs, etc.
#ci_node_index: [0, 1, 2, 3, 4, 5, 6, 7]
ruby-version: ['2.7', '3.0', '3.1']
ruby-version: ['3.1', '3.2', '3.3']

env:
TZ: "Europe/Ireland"
Expand All @@ -31,7 +31,7 @@ jobs:
uses: ruby/setup-ruby@v1
with:
# Not needed with a .ruby-version file
ruby-version: 2.7
ruby-version: 3.1
# runs 'bundle install' and caches installed gems automatically
bundler-cache: true

Expand Down

0 comments on commit 2ec232b

Please sign in to comment.