.github/workflows/perf.yml in alba-1.6.0 vs .github/workflows/perf.yml in alba-2.0.0
- old
+ new
@@ -5,13 +5,13 @@
jobs:
build:
strategy:
fail-fast: false
matrix:
- ruby: [2.5, 2.6, 2.7, 3.0]
+ ruby: [2.7, 3.0, 3.1]
runs-on: ubuntu-latest
steps:
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby }}
bundler-cache: true