Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
KinWang-2013 committed Sep 27, 2024
1 parent 8f25b18 commit e2552a6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@ jobs:
- ruby-version: 3.2
gemfile: gemfiles/rails_6.0.gemfile
- ruby-version: 3.2
gemfile: gemfile/rails_7.0.gemfile
gemfile: gemfiles/rails_7.0.gemfile
- ruby-version: 3.2
gemfile: gemfile/rails_7.1.gemfile
gemfile: gemfiles/rails_7.1.gemfile
- ruby-version: 3.2
gemfile: gemfile/rails_7.2.gemfile
gemfile: gemfiles/rails_7.2.gemfile
steps:
- uses: actions/checkout@v2
- name: Set up Ruby
Expand Down

0 comments on commit e2552a6

Please sign in to comment.