Skip to content

Commit 7a666ea

Browse files
authored
Merge pull request #3545 from AlchemyCMS/ruby-4
CI: Test Ruby 4.0
2 parents 9dca1d6 + baac59d commit 7a666ea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build_test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,12 +102,12 @@ jobs:
102102
database: sqlite
103103
storage: active_storage
104104
- rails: "8.0"
105-
ruby: "ruby-head"
105+
ruby: "4.0"
106106
database: postgresql
107107
storage: active_storage
108108
experimental: true
109-
110109
continue-on-error: ${{ matrix.experimental == true }}
110+
111111
env:
112112
DB: ${{ matrix.database }}
113113
DB_USER: alchemy_user

0 commit comments

Comments
 (0)