Skip to content

Commit

Permalink
Update old ruby 2.7 versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Adrian-Hirt committed Aug 29, 2024
1 parent fa951e7 commit af11055
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,21 +14,21 @@ jobs:
matrix:
include:
- rails-version: '6.0'
ruby-version: '2.7.1'
ruby-version: '2.7.8'
- rails-version: '6.1'
ruby-version: '2.7.1'
ruby-version: '2.7.8'
- rails-version: '6.1'
ruby-version: '3.0.1'
- rails-version: '7.0'
ruby-version: '2.7.1'
ruby-version: '2.7.8'
- rails-version: '7.0'
ruby-version: '3.0.1'
- rails-version: '7.0'
ruby-version: '3.1.0'
- rails-version: '7.0'
ruby-version: '3.2.0'
- rails-version: '7.1'
ruby-version: '2.7.1'
ruby-version: '2.7.8'
- rails-version: '7.1'
ruby-version: '3.0.1'
- rails-version: '7.1'
Expand Down

0 comments on commit af11055

Please sign in to comment.