Skip to content

Commit 4e2d045

Browse files
committed
Add Ruby 4.0 to the test matrix
1 parent 004e101 commit 4e2d045

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
strategy:
2828
fail-fast: false
2929
matrix:
30-
ruby-version: ["3.2", "3.3", "3.4"]
30+
ruby-version: ["3.2", "3.3", "3.4", "4.0"]
3131
gemfile: [ rails_7_2, rails_8_0, rails_8_1, rails_main ]
3232
database: [sqlite, postgres, mysql]
3333
services:

0 commit comments

Comments
 (0)