Skip to content

Commit

Permalink
update test file
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronLasseigne committed Nov 17, 2024
1 parent 4a966c1 commit 6297466
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.2"
ruby-version: "3.3"
bundler-cache: true

- name: Lint
Expand All @@ -24,9 +24,9 @@ jobs:
strategy:
matrix:
ruby: ["3.2", "3.3"]
activemodel: ["7.1", "8.0"]
activemodel: ["8.0"]
include:
- activemodel: "8.0"
- activemodel: "7.1"
ruby: "3.3"
- activemodel: "7.0"
ruby: "3.2"
Expand Down

0 comments on commit 6297466

Please sign in to comment.