Skip to content

Commit

Permalink
$ Update CI config to use all string ruby versions to avoid parsing r…
Browse files Browse the repository at this point in the history
…elated issue
  • Loading branch information
PikachuEXE committed Nov 23, 2024
1 parent a1fa197 commit 05c07f8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ jobs:
- ubuntu
ruby:
- "3.0"
- 3.1
- 3.2
- 3.3
- "3.1"
- "3.2"
- "3.3"
- jruby
gemfile:
- gemfiles/rails_6_1.gemfile
Expand All @@ -47,7 +47,7 @@ jobs:
ruby: "3.0"
gemfile: gemfiles/rails_8_0.gemfile
- os: ubuntu
ruby: 3.1
ruby: "3.1"
gemfile: gemfiles/rails_8_0.gemfile
- os: ubuntu
ruby: jruby
Expand Down

0 comments on commit 05c07f8

Please sign in to comment.