.github/workflows/ruby.yml in ronin-1.5.1 vs .github/workflows/ruby.yml in ronin-2.0.0.beta1
- old
+ new
@@ -7,15 +7,14 @@
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
ruby:
- - 2.4
- - 2.5
- - 2.6
- - 2.7
- - 3.0
+ - '3.0'
+ - '3.1'
+ - '3.2'
# - jruby
+ - truffleruby
name: Ruby ${{ matrix.ruby }}
steps:
- uses: actions/checkout@v2
- name: Set up Ruby
uses: ruby/setup-ruby@v1