Skip to content

Commit c143eb6

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

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
@@ -21,10 +21,14 @@ jobs:
2121
rails:
2222
- "7.2"
2323
- "8.0"
24+
- "8.1"
2425
database:
2526
- mysql
2627
- postgresql
2728
- sqlite
29+
exclude:
30+
- alchemy_branch: "8.0-stable"
31+
rails: "8.1"
2832

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

0 commit comments

Comments
 (0)