Skip to content

Commit

Permalink
Merge pull request #113 from barakwei/feature/remove-rubygems-fix
Browse files Browse the repository at this point in the history
CI: test on multiple ruby versions.
  • Loading branch information
barakwei authored Dec 29, 2023
2 parents e77b370 + af546ff commit 04e48f0
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ jobs:
main-job:
name: Main
runs-on: ubuntu-latest
strategy:
matrix:
ruby-version: [2.6, 2.7, 3.2, 3.3]

steps:
- name: Checkout repo
Expand All @@ -18,8 +21,7 @@ jobs:
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 2.6.10
rubygems: latest
ruby-version: ${{ matrix.ruby-version }}
bundler-cache: true

- name: Run Rake
Expand Down

0 comments on commit 04e48f0

Please sign in to comment.