Skip to content

Commit

Permalink
Merge pull request #23 from miyataka/feat/ruby33
Browse files Browse the repository at this point in the history
  • Loading branch information
miyataka committed Dec 27, 2023
2 parents 12fb7a3 + 569bee8 commit 3c5088f
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
ruby: [ 2.6, 2.7, "3.0", 3.1, 3.2 ]
ruby: [ 2.6, 2.7, "3.0", 3.1, 3.2, 3.3 ]
steps:
- uses: actions/checkout@v3

Expand All @@ -20,9 +20,10 @@ jobs:

- name: Configure Bundler
run: |
gem update --system
ruby -v
# gem update --system
gem --version
gem install -N bundler -v 2
gem install -N bundler -v 2.4
- uses: actions/cache@v3
with:
Expand Down

0 comments on commit 3c5088f

Please sign in to comment.