Skip to content

Commit 413d0df

Browse files
committed
Update Ruby versions on GitHub Actions
1 parent c405225 commit 413d0df

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ubuntu.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
test:
77
strategy:
88
matrix:
9-
ruby: [ head, 3.1, 2.7, 2.6 ]
9+
ruby: [ head, 3.3, 3.2, 3.1, 3.0 ]
1010
runs-on: ubuntu-latest
1111
steps:
1212
- uses: actions/checkout@v4

.github/workflows/windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: windows-latest
88
strategy:
99
matrix:
10-
ruby: [ 'mingw', 'mswin', '2.7', '2.6' ]
10+
ruby: [ 'mingw', 'mswin', '3.3' ]
1111
steps:
1212
- uses: actions/checkout@v4
1313
with:

0 commit comments

Comments
 (0)