Skip to content

Commit

Permalink
Test against Ruby 3.3
Browse files Browse the repository at this point in the history
Also update actions to avoid deprecation messages
  • Loading branch information
tagliala committed Apr 7, 2024
1 parent 25605b7 commit 72fb19b
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 72fb19b

Please sign in to comment.