Skip to content

Commit 27ed448

Browse files
fummicc1claude
andcommitted
CI: Firebase Emulator用にJavaバージョンを21に更新
Firebase CLI 15.0.0以降ではJava 21以上が必要となりました。 GitHub ActionsのJavaバージョンを17から21に更新しました。 Changes: - Java 17 → Java 21 in GitHub Actions - README.mdに要件セクションを追加 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
1 parent cfa98c1 commit 27ed448

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

.github/workflows/sources.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@ jobs:
1818
- uses: maxim-lobanov/setup-xcode@v1
1919
with:
2020
xcode-version: latest-stable
21-
- name: Install Java17
21+
- name: Install Java21
2222
uses: actions/setup-java@v4
2323
with:
2424
distribution: "temurin"
25-
java-version: "17"
25+
java-version: "21"
2626
- name: Install xcpretty
2727
run: bundle install
2828
- name: Build and Test with Firebase Emulators

firebase/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@
66

77
Firebase EmulatorとともにSwiftのビルドとテストを実行するための統合スクリプトです。
88

9+
### 要件
10+
11+
- Java 21以上(Firebase CLI 15.0.0以降で必要)
12+
913
### 使い方
1014

1115
```bash

0 commit comments

Comments
 (0)