Skip to content

Commit

Permalink
Add missing ruby versions
Browse files Browse the repository at this point in the history
  • Loading branch information
malvads committed Feb 27, 2024
1 parent 07328c2 commit 100ef18
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
ruby-version: ['3.1', '3.0', '2.7']
ruby-version: ['3.3', '3.2', '3.1', '3.0', '2.7']
name: Build gem with Ruby ${{ matrix.ruby-version }}
steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
ruby-version: ['3.1', '3.0', '2.7']
ruby-version: ['3.3', '3.2', '3.1', '3.0', '2.7']
name: Test with Ruby ${{ matrix.ruby-version }}
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 100ef18

Please sign in to comment.