Skip to content

Commit

Permalink
Remove java 8 builds
Browse files Browse the repository at this point in the history
  • Loading branch information
rheimus committed Dec 26, 2023
1 parent c9efd91 commit 2fef8fa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/serversync-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,18 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
java: ['8', '16']
java: ["16"]
name: Java ${{ matrix.java }} Build
steps:
- uses: actions/checkout@v4

- name: Set up JDK ${{ matrix.java }}
uses: actions/setup-java@v4
with:
distribution: 'zulu'
distribution: "zulu"
java-version: ${{ matrix.java }}
java-package: jdk+fx
cache: 'gradle'
cache: "gradle"

- name: <>-- Build --<>
run: ./gradlew build createAllExecutables --no-daemon
Expand Down

0 comments on commit 2fef8fa

Please sign in to comment.