Skip to content

Commit

Permalink
Merge pull request #129 from sighmon/update/128-test-suite
Browse files Browse the repository at this point in the history
#128 Add Rails 8 to the test suite
  • Loading branch information
sighmon authored Nov 8, 2024
2 parents 75102ad + 54e30dd commit 03f87a1
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,17 @@ jobs:
- npm
- yarn
rails_version:
- "~> 8.0"
- "~> 7.2"
- "~> 7.1"
- "~> 7.0"
- "~> 6.1"
ruby_version:
- "3.3"
- "3.2"
- "3.1"
- "3.0"
- "2.7"
exclude:
- rails_version: "~> 8.0"
ruby_version: "3.1"
name: ${{ matrix.package_manager }}, Rails ${{ matrix.rails_version }}, Ruby ${{ matrix.ruby_version }}

steps:
Expand All @@ -35,7 +39,7 @@ jobs:
- name: Set up Node
uses: actions/setup-node@v3
with:
node-version: "18"
node-version: "22"
- name: Install rails dependencies
env:
RAILS_VERSION: ${{ matrix.rails_version }}
Expand Down

0 comments on commit 03f87a1

Please sign in to comment.