Skip to content

Commit

Permalink
Merge pull request #1056 from ninoseki/test-3.3
Browse files Browse the repository at this point in the history
ci: test with Ruby 3.3
  • Loading branch information
ninoseki authored Jan 28, 2024
2 parents 28e9eb9 + 7ddc006 commit 3761926
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
- 5432:5432
strategy:
matrix:
ruby-version: [3.1, 3.2]
ruby-version: [3.1, 3.2, 3.3]
steps:
- uses: actions/checkout@v4
- name: Install dependencies
Expand Down Expand Up @@ -111,7 +111,7 @@ jobs:
--health-retries=3
strategy:
matrix:
ruby-version: [3.1, 3.2]
ruby-version: [3.1, 3.2, 3.3]
steps:
- uses: actions/checkout@v4
- name: Install dependencies
Expand Down

0 comments on commit 3761926

Please sign in to comment.