Skip to content

Commit 51816e8

Browse files
committed
Add Ruby 3.3 to the build matrix
1 parent 5012e0d commit 51816e8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/main.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,15 @@ jobs:
1212
strategy:
1313
fail-fast: false
1414
matrix:
15-
ruby_version: ['3.0', '3.1', '3.2']
15+
ruby_version: ['3.0', '3.1', '3.2', '3.3']
1616
rails_version: ['6.1', '7.0', '7.1']
1717
exclude:
1818
- ruby_version: 3.1
1919
rails_version: 6.1
2020
- ruby_version: 3.2
2121
rails_version: 6.1
22+
- ruby_version: 3.3
23+
rails_version: 6.1
2224
services:
2325
db:
2426
image: postgres:16

0 commit comments

Comments
 (0)