Skip to content

Commit f52a303

Browse files
committed
Disable CI for Ruby head
1 parent 37a9663 commit f52a303

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
- '3.3'
7575
- '3.2'
7676
- '3.1'
77-
- 'head'
77+
# - 'head'
7878
rails:
7979
- rails_8.0
8080
- rails_7.2

.github/workflows/ci_oracle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
- '3.3'
4949
- '3.2'
5050
- '3.1'
51-
- 'head'
51+
# - 'head'
5252
rails:
5353
- rails_8.0
5454
- rails_7.2

0 commit comments

Comments
 (0)