Skip to content

Commit

Permalink
Use gem compatible version
Browse files Browse the repository at this point in the history
  • Loading branch information
Tailmon committed Sep 4, 2024
1 parent bae72df commit 3ebb19c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

strategy:
matrix:
ruby-version: [2.3, 2.4, 2.5, 2.6, 2.7, 3.0]
ruby-version: [2.3, 2.4, 2.5, 2.6, 2.7]

steps:
- uses: actions/checkout@v2
Expand All @@ -31,7 +31,7 @@ jobs:
# necessary to get ruby 2.3 to work nicely with bundler vendor/bundle cache
# can remove once ruby 2.3 is no longer supported
- run: gem update --system
- run: gem update --system 3.4.22

- run: bundle config set deployment 'true'
- name: bundle install
Expand Down

0 comments on commit 3ebb19c

Please sign in to comment.