Skip to content

Commit a6d046c

Browse files
committed
ci: add Rails 8.1.0.rc1 to test matrix
1 parent 5f9006c commit a6d046c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111
jobs:
1212
test:
1313
runs-on: ubuntu-latest
14-
14+
1515
services:
1616
postgres:
1717
image: postgres:17-alpine
@@ -26,7 +26,7 @@ jobs:
2626
--health-interval 10s
2727
--health-timeout 5s
2828
--health-retries 5
29-
29+
3030
mysql:
3131
image: mysql:8
3232
ports:
@@ -47,6 +47,7 @@ jobs:
4747
- '3.4'
4848
rails:
4949
- '8.0'
50+
- '8.1.0.rc1'
5051

5152
steps:
5253
- name: Checkout

0 commit comments

Comments
 (0)