File tree Expand file tree Collapse file tree 1 file changed +9
-11
lines changed
Expand file tree Collapse file tree 1 file changed +9
-11
lines changed Original file line number Diff line number Diff line change @@ -13,11 +13,11 @@ jobs:
1313 timeout-minutes : 30
1414 runs-on : ubuntu-latest
1515 steps :
16- - uses : actions/checkout@v3
16+ - uses : actions/checkout@v4
1717 - name : Set up Ruby
1818 uses : ruby/setup-ruby@v1
1919 with :
20- ruby-version : " 3.1 "
20+ ruby-version : ruby
2121 bundler-cache : true
2222 - name : Run RuboCop
2323 run : bundle exec rubocop
2929 matrix :
3030 os :
3131 - ubuntu-20.04
32+ - ubuntu-latest
3233 ruby :
3334 - " 2.5"
3435 - " 2.6"
@@ -37,22 +38,19 @@ jobs:
3738 - " 3.1"
3839 - " 3.2"
3940 - " 3.3"
41+ - " 3.4"
4042 gemfile :
4143 - gemfiles/standalone.gemfile
4244 - gemfiles/openssl.gemfile
4345 - gemfiles/rbnacl.gemfile
4446 - gemfiles/rbnacl_pre_6.gemfile
4547 experimental : [false]
4648 include :
47- - os : ubuntu-22.04
48- ruby : " 3.1"
49- gemfile : ' gemfiles/standalone.gemfile'
50- experimental : false
5149 - os : ubuntu-20.04
5250 ruby : " truffleruby-head"
5351 gemfile : ' gemfiles/standalone.gemfile'
5452 experimental : true
55- - os : ubuntu-22.04
53+ - os : ubuntu-latest
5654 ruby : " head"
5755 gemfile : ' gemfiles/standalone.gemfile'
5856 experimental : true
6159 BUNDLE_GEMFILE : ${{ matrix.gemfile }}
6260
6361 steps :
64- - uses : actions/checkout@v3
62+ - uses : actions/checkout@v4
6563
6664 - name : Install libsodium
6765 run : |
8684
8785 coverage :
8886 name : Report coverage to Code Climate
89- runs-on : ubuntu-20.04
87+ runs-on : ubuntu-latest
9088 needs : test
9189 if : success() && github.ref == 'refs/heads/main'
9290 env :
@@ -108,11 +106,11 @@ jobs:
108106 timeout-minutes : 30
109107 runs-on : ubuntu-latest
110108 steps :
111- - uses : actions/checkout@v3
109+ - uses : actions/checkout@v4
112110 - name : Set up Ruby
113111 uses : ruby/setup-ruby@v1
114112 with :
115- ruby-version : " 3.1 "
113+ ruby-version : ruby
116114 - name : Build GEM
117115 run : gem build
118116 - name : Install built GEM
You can’t perform that action at this time.
0 commit comments