@@ -10,18 +10,17 @@ jobs:
1010 fail-fast : false
1111 matrix :
1212 os : [ubuntu-latest, macos-11, windows-2022]
13- ruby : [ '2.5', '2.6', '2.7', '3.0', '3.1', head]
13+ ruby : [ '2.5', '2.6', '2.7', '3.0', '3.1', '3.2', '3.3', head]
1414 include :
1515 - { os: windows-2022 , ruby: mswin }
1616 steps :
17- - uses : actions/checkout@v2
17+ - uses : actions/checkout@v4
1818 - name : Set up Ruby ${{ matrix.ruby }}
1919 uses : ruby/setup-ruby@v1
2020 with :
2121 ruby-version : ${{ matrix.ruby }}
2222 - name : Build and Install
2323 run : |
24- gem install --no-document bundler
2524 gem build numo-narray.gemspec
2625 gem install numo-narray-*.gem
2726 bundle install
@@ -37,14 +36,13 @@ jobs:
3736 matrix :
3837 ruby : [ 'debug' ]
3938 steps :
40- - uses : actions/checkout@v2
39+ - uses : actions/checkout@v4
4140 - name : Set up Ruby ${{ matrix.ruby }}
4241 uses : ruby/setup-ruby@v1
4342 with :
4443 ruby-version : ${{ matrix.ruby }}
4544 - name : Build and Install
4645 run : |
47- gem install --no-document bundler
4846 gem build numo-narray.gemspec
4947 gem install numo-narray-*.gem
5048 bundle install
0 commit comments