Skip to content

Commit

Permalink
Adding Ruby 3.3 to CI matrix (#222)
Browse files Browse the repository at this point in the history
  • Loading branch information
jotolo authored Oct 24, 2024
1 parent 9f5b14f commit f5da04c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:

strategy:
matrix:
ruby-version: ['3.2', '3.1', '3.0', '2.7']
ruby-version: ['2.7', '3.0', '3.1', '3.2', '3.3']

steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/gem-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
ruby-version: ['3.1', '3.0', '2.7']
ruby-version: ['2.7', '3.0', '3.1', '3.2', '3.3']

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit f5da04c

Please sign in to comment.