.github/workflows/ruby.yml in bundler-audit-0.9.1 vs .github/workflows/ruby.yml in bundler-audit-0.9.2
- old
+ new
@@ -7,16 +7,15 @@
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
ruby:
- - 2.5
- - 2.6
- - 2.7
- '3.0'
- - 3.1
+ - '3.1'
+ - '3.2'
+ - '3.3'
- jruby
- - truffleruby-head
+ - truffleruby
name: Ruby ${{ matrix.ruby }}
steps:
- uses: actions/checkout@v2
- name: Set up Ruby
uses: ruby/setup-ruby@v1