Skip to content

Commit

Permalink
CI against Ruby 3.2 and 3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
amatsuda authored and kou committed Jan 4, 2024
1 parent 7773544 commit 777b31e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,12 @@ jobs:
fail-fast: false
matrix:
include:
- name: "Ruby 3.3 & Active Support 7"
ruby-version: "3.3"
activesupport-version: "7"
- name: "Ruby 3.2 & Active Support 7"
ruby-version: "3.2"
activesupport-version: "7"
- name: "Ruby 3.1 & Active Support 7"
ruby-version: "3.1"
activesupport-version: "7"
Expand Down

0 comments on commit 777b31e

Please sign in to comment.