From 86bcfa804b5322d220bb108e8cf6202ff792590e Mon Sep 17 00:00:00 2001 From: rob Date: Wed, 15 Feb 2023 11:17:12 +1300 Subject: [PATCH] Remove github wf build for jdk 18 EA as that has been replaced by the other EA build --- .github/workflows/jdk-18-ea.yml | 39 --------------------------------- README.md | 1 - 2 files changed, 40 deletions(-) delete mode 100644 .github/workflows/jdk-18-ea.yml diff --git a/.github/workflows/jdk-18-ea.yml b/.github/workflows/jdk-18-ea.yml deleted file mode 100644 index 22e4d9906..000000000 --- a/.github/workflows/jdk-18-ea.yml +++ /dev/null @@ -1,39 +0,0 @@ - -name: JDK 18-ea - -on: - workflow_dispatch: - schedule: - - cron: '30 6 * * 1,3,5' - -jobs: - build: - - runs-on: ${{ matrix.os }} - permissions: - contents: read - packages: write - strategy: - fail-fast: false - matrix: - java_version: [18-ea] - os: [ubuntu-latest] - - steps: - - uses: actions/checkout@v2 - - name: Set up Java - uses: actions/setup-java@v2 - with: - java-version: ${{ matrix.java_version }} - distribution: 'zulu' - - name: Maven cache - uses: actions/cache@v2 - env: - cache-name: maven-cache - with: - path: - ~/.m2 - key: build-${{ env.cache-name }} - - name: Build with Maven - run: mvn -T 8 test - diff --git a/README.md b/README.md index a54cc7d71..37cb0c28d 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,6 @@ [![Maven Central : ebean](https://maven-badges.herokuapp.com/maven-central/io.ebean/ebean/badge.svg)](https://maven-badges.herokuapp.com/maven-central/io.ebean/ebean) [![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://github.com/ebean-orm/ebean/blob/master/LICENSE) [![Multi-JDK Build](https://github.com/ebean-orm/ebean/actions/workflows/multi-jdk-build.yml/badge.svg)](https://github.com/ebean-orm/ebean/actions/workflows/multi-jdk-build.yml) -[![JDK 18-ea](https://github.com/ebean-orm/ebean/actions/workflows/jdk-18-ea.yml/badge.svg)](https://github.com/ebean-orm/ebean/actions/workflows/jdk-18-ea.yml) ##### Build with database platforms [![H2Database](https://github.com/ebean-orm/ebean/actions/workflows/h2database.yml/badge.svg)](https://github.com/ebean-orm/ebean/actions/workflows/h2database.yml)