Skip to content

Commit f0d86d7

Browse files
committed
Test with Ruby 3.3 on CI
1 parent 686ec32 commit f0d86d7

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ jobs:
1010
steps:
1111
- if: ${{ startsWith(matrix.os, 'windows') }}
1212
run: git config --global core.autocrlf false
13-
- uses: actions/checkout@v3
13+
- uses: actions/checkout@v4
1414
- uses: ruby/setup-ruby@v1
1515
with:
16-
ruby-version: 3.2
16+
ruby-version: 3.3
1717
bundler-cache: true
1818
- if: ${{ startsWith(matrix.os, 'macos') }}
1919
run: brew install libomp

Gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,4 @@ gem "daru"
88
gem "matrix" # for daru
99
gem "numo-narray", platform: [:ruby, :x64_mingw]
1010
gem "rover-df", platform: [:ruby, :x64_mingw]
11+
gem "csv"

0 commit comments

Comments
 (0)