Skip to content

Commit 8bb0648

Browse files
committed
Add Ruby 3.3
1 parent e74a239 commit 8bb0648

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,13 @@ jobs:
1717
- ruby: '3.0.0'
1818
rails: '6.1.0'
1919
activeadmin: '3.0.0'
20-
- ruby: '3.0.0'
20+
- ruby: '3.1.0'
2121
rails: '7.0.0'
2222
activeadmin: '3.0.0'
23-
- ruby: '3.1.0'
23+
- ruby: '3.2.0'
2424
rails: '7.1.0'
2525
activeadmin: '3.1.0'
26-
- ruby: '3.2.0'
26+
- ruby: '3.3.0'
2727
rails: '7.1.0'
2828
activeadmin: '3.2.0'
2929
env:

0 commit comments

Comments
 (0)