Skip to content

Commit

Permalink
library-verUP-202401: ruby33 系列でのテストを追加
Browse files Browse the repository at this point in the history
  • Loading branch information
koi-chan committed Jan 6, 2024
1 parent 6f61f1e commit 933c06b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:

jobs:
test:
name: "Ruby 3.1: test and coverage measurement"
name: "Ruby 3.2: test and coverage measurement"
strategy:
fail-fast: false
runs-on: ubuntu-latest
Expand All @@ -32,7 +32,7 @@ jobs:
- uses: actions/checkout@v2
- uses: ruby/setup-ruby@v1
with:
ruby-version: 3.1
ruby-version: 3.2

# runs 'bundle install' and caches installed gems automatically
bundler-cache: true
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,10 @@ jobs:
matrix:
ruby:
- 2.7
- 3.0
- '3.0'
- 3.1
- 3.2
- 3.3
mroonga:
- latest
- mysql80-latest
Expand Down

0 comments on commit 933c06b

Please sign in to comment.