.github/workflows/build.yml in legitbot-1.5.1 vs .github/workflows/build.yml in legitbot-1.6.0
- old
+ new
@@ -11,11 +11,11 @@
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
- ruby: [ jruby, 2.5, 2.6, 2.7 ]
+ ruby: [ jruby, 2.6, 2.7, 3.0 ]
steps:
- uses: actions/checkout@v2
- name: Set up Ruby
uses: ruby/setup-ruby@v1
@@ -39,10 +39,10 @@
needs: test
runs-on: ubuntu-latest
strategy:
matrix:
- ruby: [ 2.7 ]
+ ruby: [ 3.0 ]
steps:
- uses: actions/checkout@v2
- name: Set up Ruby
uses: ruby/setup-ruby@v1