Skip to content

Commit b23123d

Browse files
Oh my
1 parent b9ac5f8 commit b23123d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
fail-fast: false
99
matrix:
1010
os: [ubuntu-latest, windows-latest, macos-latest]
11-
ruby: [2.5, 2.6, 2.7, '3.0', 3.1, 3.2, 3.3 head]
11+
ruby: [2.5, 2.6, 2.7, '3.0', 3.1, 3.2, 3.3, head]
1212
runs-on: ${{ matrix.os }}
1313
steps:
1414
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)