.github/workflows/test.yml in grape-swagger-entity-0.5.3 vs .github/workflows/test.yml in grape-swagger-entity-0.5.4

- old
+ new

@@ -8,11 +8,11 @@ jobs: lint: name: RuboCop runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Set up Ruby uses: ruby/setup-ruby@v1 with: ruby-version: 3.2 @@ -22,19 +22,19 @@ - name: Run RuboCop run: bundle exec rubocop test: env: - GRAPE_ENTITY: 0.8.0 + GRAPE_ENTITY: 1.0.0 runs-on: ubuntu-latest strategy: fail-fast: false matrix: - ruby-version: ['3.0', '3.1', '3.2'] + ruby-version: ['3.0', '3.1', '3.2', '3.3'] steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Set up Ruby uses: ruby/setup-ruby@v1 with: ruby-version: ${{ matrix.ruby-version }} bundler-cache: true