Skip to content

Commit 60f6e6b

Browse files
committed
typo
1 parent 18c8f87 commit 60f6e6b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -95,9 +95,9 @@ jobs:
9595
matrix:
9696
ruby-version: ["2.5", "2.6"]
9797
experimental: [false]
98-
include:
99-
- { ruby-version: "2.7", experimental: true }
100-
- { ruby-version: "3.0", experimental: true }
98+
include:
99+
- { ruby-version: "2.7", experimental: true }
100+
- { ruby-version: "3.0", experimental: true }
101101
continue-on-error: ${{ matrix.experimental }}
102102
steps:
103103
- name: Checkout code

0 commit comments

Comments
 (0)