Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit413d0df

Browse files
committed
Update Ruby versions on GitHub Actions
1 parentc405225 commit413d0df

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)

[8]ページ先頭

©2009-2025 Movatter.jp