Skip to content

Commit e39c357

Browse files
committed
Don't test against Ruby head
1 parent cb8857a commit e39c357

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,8 @@ jobs:
1212
gemfile:
1313
- Gemfile
1414
- gemfiles/Gemfile-rails-main
15-
ruby: ["3.0", "3.1", "3.2", "3.3", "head"]
15+
ruby: ["3.0", "3.1", "3.2", "3.3"]
1616
include:
17-
- ruby: "head"
18-
experimental: true
1917
- gemfile: "gemfiles/Gemfile-rails-main"
2018
experimental: true
2119
exclude:

0 commit comments

Comments
 (0)