Skip to content

Commit

Permalink
test for Ruby 3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronLasseigne authored Dec 30, 2022
1 parent 2129e47 commit b036939
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: "3.1"
ruby-version: "3.2"
bundler-cache: true

- name: Lint
Expand All @@ -23,11 +23,11 @@ jobs:
name: Test Ruby ${{ matrix.ruby }} on ActiveModel ${{ matrix.activemodel }}
strategy:
matrix:
ruby: ["3.1"]
ruby: ["3.2"]
activemodel: ["7.0"]
include:
- activemodel: "6.1"
ruby: "3.0"
ruby: "3.1"
- activemodel: "6.0"
ruby: "3.0"
- activemodel: "5.2"
Expand Down

0 comments on commit b036939

Please sign in to comment.