Skip to content

Commit

Permalink
Test with Ruby 3.3 on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ankane committed Dec 26, 2023
1 parent 8556bec commit abe213d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ jobs:
fail-fast: false
matrix:
include:
- gemfile: Gemfile
ruby: 3.3
- gemfile: Gemfile
ruby: 3.2
- gemfile: Gemfile
Expand All @@ -16,7 +18,7 @@ jobs:
env:
BUNDLE_GEMFILE: ${{ matrix.gemfile }}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- if: ${{ contains(matrix.gemfile, 'gsl') }}
run: sudo apt-get install libgsl-dev
- uses: ruby/setup-ruby@v1
Expand Down
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ gem "minitest", ">= 5"
gem "numo-narray"
gem "rake"
gem "rover-df"
gem "csv"

0 comments on commit abe213d

Please sign in to comment.