Skip to content

Commit

Permalink
add rails 7.1 matrix entries in tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
argvniyx-enroute committed Apr 17, 2024
1 parent 436136a commit 29cdd29
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,15 @@ jobs:
- gemfiles/rails_6_0.gemfile
- gemfiles/rails_6_1.gemfile
- gemfiles/rails_7_0.gemfile
- gemfiles/rails_7_1.gemfile
exclude:
- ruby: '3.1'
gemfile: gemfiles/rails_5_2.gemfile
- ruby: '3.0'
gemfile: gemfiles/rails_5_2.gemfile
- ruby: '2.6'
gemfile: gemfiles/rails_7_0.gemfile
gemfile: gemfiles/rails_7_1.gemfile

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 29cdd29

Please sign in to comment.