Skip to content

Commit

Permalink
add ruby 2.6 key to yml
Browse files Browse the repository at this point in the history
this workflow didn't run, probably because it's a syntax error to have
two gemfile entries for a single ruby key (I wondered if I could have a
single gemfile array keyval, but I'm trying to do the obvious thing first)
  • Loading branch information
argvniyx-enroute committed Apr 17, 2024
1 parent 29cdd29 commit 3919d8e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
gemfile: gemfiles/rails_5_2.gemfile
- ruby: '2.6'
gemfile: gemfiles/rails_7_0.gemfile
- ruby: '2.6'
gemfile: gemfiles/rails_7_1.gemfile

steps:
Expand Down

0 comments on commit 3919d8e

Please sign in to comment.