This is an automated email from the ASF dual-hosted git repository. fanningpj pushed a commit to branch java-11 in repository https://gitbox.apache.org/repos/asf/incubator-pekko-grpc-quickstart-scala.g8.git
commit c1e4a8e316f3435c336c25d9c79ee50a9e09a1eb Author: PJ Fanning <[email protected]> AuthorDate: Sat Jan 13 12:45:28 2024 +0100 use java 11 in CI build --- .github/workflows/ci.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 56945a1..a9c4d13 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,10 +18,11 @@ jobs: - name: Checkout uses: actions/checkout@v4 - - name: Set up JDK 17 - uses: coursier/[email protected] + - name: Setup Java 11 + uses: actions/setup-java@v4 with: - jvm: temurin:1.17 + distribution: temurin + java-version: 11 - name: Cache Coursier cache uses: coursier/[email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
