Skip to content

Commit

Permalink
Merge pull request #148 from tagliala/chore/improve-ci
Browse files Browse the repository at this point in the history
Test against Ruby 3.3
  • Loading branch information
grosser committed Apr 7, 2024
2 parents 3440e92 + 72fb19b commit 098b79b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Expand Up @@ -12,10 +12,10 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
ruby-version: ['2.7', '3.0', '3.1', '3.2', 'jruby-head']
ruby-version: ['2.7', '3.0', '3.1', '3.2', '3.3', 'jruby-head']

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- run: rm Gemfile.lock

Expand All @@ -31,7 +31,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- uses: ruby/setup-ruby@v1
with:
Expand Down

0 comments on commit 098b79b

Please sign in to comment.