このサイトはJavaScriptを使用しています
ホーム
ヘルプ
サインイン
ben
/
git-repo-updater
ミラー元
https://github.com/earwig/git-repo-updater
ウォッチ
1
スター
1
フォーク
0
コード
リリース
11
アクティビティ
ソースを参照
Add Python 3.12 CI build
pull/67/head
offa
1年前
親
f491a8ee80
コミット
9bc622190e
1個のファイルの変更
、
1行の追加
、
1行の削除
分割表示
差分オプション
統計情報を表示
Patchファイルをダウンロード
Diffファイルをダウンロード
+1
-1
.github/workflows/ci.yml
+ 1
- 1
.github/workflows/ci.yml
ファイルの表示
@@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python: [ "3.6", "3.7", "3.8", "3.9", "3.10", "3.11" ]
python: [ "3.6", "3.7", "3.8", "3.9", "3.10", "3.11"
, "3.12"
]
name: python-${{ matrix.python }}
steps:
- name: Checkout
書き込み
プレビュー
読み込み中…
キャンセル
保存