Skip to content

Commit

Permalink
Add Rails 7.1 to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
westonganger committed Oct 16, 2023
1 parent 4f83ad7 commit 2a9b573
Showing 1 changed file with 13 additions and 10 deletions.
23 changes: 13 additions & 10 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,32 +16,35 @@ jobs:
matrix:
include:
### TEST ALL RUBY VERSIONS, USE DEFAULT GEMFILE
- ruby: 2.5
- ruby: 2.6
- ruby: 2.7
- ruby: "2.5"
- ruby: "2.6"
- ruby: "2.7"
- ruby: "3.0" ### must be quoted otherwise will be treated as "3" which will resolve to latest 3.x version
- ruby: 3.1
- ruby: 3.2
- ruby: "3.1"
- ruby: "3.2"

### RAILS VERSION TESTING
- ruby: 2.6
- ruby: "2.6"
env:
RAILS_VERSION: "5.0"
- ruby: 2.6
- ruby: "2.6"
env:
RAILS_VERSION: "5.1"
- ruby: 2.6
- ruby: "2.6"
env:
RAILS_VERSION: "5.2"
- ruby: 2.6
- ruby: "2.6"
env:
RAILS_VERSION: "6.0"
- ruby: 2.6
- ruby: "2.6"
env:
RAILS_VERSION: "6.1"
- ruby: "3.1"
env:
RAILS_VERSION: "7.0"
- ruby: "3.2"
env:
RAILS_VERSION: "7.1"

env:
BUNDLE_GEMFILE: "${{ matrix.gemfile }}"
Expand Down

0 comments on commit 2a9b573

Please sign in to comment.