Skip to content

Commit

Permalink
Merge pull request #5 from maful/support-ruby-3-3
Browse files Browse the repository at this point in the history
Support Ruby 3.3
  • Loading branch information
maful committed Jul 23, 2024
2 parents ee17df9 + f0be341 commit bde19ee
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ jobs:
name: Ruby ${{ matrix.ruby }}
strategy:
matrix:
ruby: ['3.2', '3.1', '2.7']
ruby: ['3.3', '3.2', '3.1', '2.7']

steps:
- name: "☁️ checkout repository"
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
submodules: true

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: "☁️ checkout repository"
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
submodules: true

Expand Down

0 comments on commit bde19ee

Please sign in to comment.