Skip to content

Commit b9ac5f8

Browse files
Update GitHub Actions
1 parent e39dcb1 commit b9ac5f8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ 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, 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:
14-
- uses: actions/checkout@v2
14+
- uses: actions/checkout@v4
1515
- name: Set up Ruby
1616
uses: ruby/setup-ruby@v1
1717
with:

0 commit comments

Comments
 (0)