Skip to content

Commit

Permalink
Add Rails 8 to test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
Tabby committed Nov 11, 2024
1 parent 0906e9f commit 47f3014
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
strategy:
matrix:
ruby-version: [3.1, 3.2, 3.3]
rails-version: [7.0, 7.1, 7.2]
rails-version: [7.0, 7.1, 7.2, 8.0]
runs-on: ubuntu-latest
env:
RAILS_VERSION: ${{ matrix.rails-version }}
Expand Down

0 comments on commit 47f3014

Please sign in to comment.