Skip to content

Commit 4c0d542

Browse files
authored
Merge pull request #3531 from AlchemyCMS/copilot/add-ruby-4-0-preview
Add Ruby 4.0 preview to test matrix
2 parents ab64a02 + b73b567 commit 4c0d542

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/build_test.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,13 @@ jobs:
101101
ruby: "3.4"
102102
database: sqlite
103103
storage: active_storage
104+
- rails: "8.0"
105+
ruby: "ruby-head"
106+
database: postgresql
107+
storage: active_storage
108+
experimental: true
104109

110+
continue-on-error: ${{ matrix.experimental == true }}
105111
env:
106112
DB: ${{ matrix.database }}
107113
DB_USER: alchemy_user

0 commit comments

Comments
 (0)