Skip to content

Commit 1a87630

Browse files
committed
Add Rails 8.1 to the CI testing matrix
1 parent 7fb4975 commit 1a87630

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/upstream.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
fail-fast: false
4242
matrix:
4343
plat: ["ubuntu"]
44-
ref: ["7-2-stable", "8-0-stable", "main"]
44+
ref: ["7-2-stable", "8-0-stable", "8-1-stable", "main"]
4545
env:
4646
RAILSOPTS: --git=https://github.com/rails/rails --ref=${{ matrix.ref }}
4747
steps:

0 commit comments

Comments
 (0)