Skip to content

Commit 3256ef6

Browse files
committed
CI: Test with Rails 8.1
Signed-off-by: Thomas von Deyen <thomas@vondeyen.com>
1 parent 6535153 commit 3256ef6

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,14 @@ jobs:
2222
rails:
2323
- "7.2"
2424
- "8.0"
25+
- "8.1"
2526
database:
2627
- mysql
2728
- postgresql
2829
- sqlite
30+
exclude:
31+
- alchemy_branch: "8.0-stable"
32+
rails: "8.1"
2933

3034
env:
3135
DB: ${{ matrix.database }}

0 commit comments

Comments
 (0)