.github/workflows/gem-workflow.yml in ledger_sync-2.2.3 vs .github/workflows/gem-workflow.yml in ledger_sync-2.3.1

- old
+ new

@@ -6,11 +6,11 @@ types: [created] jobs: rubocop: strategy: matrix: - ruby-version: [2.5.8, 2.6.3, 2.6.6, 2.7.1, 3.0.0] + ruby-version: [2.5.8, 2.6.3, 2.6.6, 2.7.1, 3.0.2] runs-on: [ubuntu-latest] steps: - uses: actions/checkout@v2 with: persist-credentials: false @@ -22,10 +22,10 @@ bundler-cache: true - run: bundle exec rubocop rspec: strategy: matrix: - ruby-version: [2.5.8, 2.6.3, 2.6.6, 2.7.1, 3.0.0] + ruby-version: [2.5.8, 2.6.3, 2.6.6, 2.7.1, 3.0.2] runs-on: [ubuntu-latest] steps: - uses: actions/checkout@v2 with: persist-credentials: false