Skip to content

Commit

Permalink
Merge pull request #175 from kiskoza/add-ruby-3.3.0-to-ci
Browse files Browse the repository at this point in the history
Add Ruby 3.3 to the CI matrix
  • Loading branch information
straydogstudio authored Dec 31, 2023
2 parents 8825d14 + fa1b64a commit d3e18ec
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jobs:
- "3.0"
- "3.1"
- "3.2"
- "3.3"

include:
- rails: "4.2"
Expand All @@ -48,6 +49,9 @@ jobs:
- rails: "4.2"
ruby: "3.2"

- rails: "4.2"
ruby: "3.3"

- rails: "5.0"
ruby: "3.0"

Expand All @@ -57,6 +61,9 @@ jobs:
- rails: "5.0"
ruby: "3.2"

- rails: "5.0"
ruby: "3.3"

- rails: "5.1"
ruby: "3.0"

Expand All @@ -66,6 +73,9 @@ jobs:
- rails: "5.1"
ruby: "3.2"

- rails: "5.1"
ruby: "3.3"

- rails: "5.2"
ruby: "3.0"

Expand All @@ -75,6 +85,9 @@ jobs:
- rails: "5.2"
ruby: "3.2"

- rails: "5.2"
ruby: "3.3"

- rails: "6.0"
ruby: "2.4"

Expand All @@ -84,6 +97,9 @@ jobs:
- rails: "6.0"
ruby: "3.2"

- rails: "6.0"
ruby: "3.3"

- rails: "6.1"
ruby: "2.4"

Expand Down

0 comments on commit d3e18ec

Please sign in to comment.