Skip to content

Commit

Permalink
JDK 11
Browse files Browse the repository at this point in the history
  • Loading branch information
swannodette committed Feb 16, 2024
1 parent db569c5 commit b2d0cb1
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@ jobs:
steps:
- uses: actions/checkout@v2

- uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: '11'

- uses: DeLaGuardo/[email protected]
with:
tools-deps: '1.10.1.763'
Expand Down Expand Up @@ -61,6 +66,11 @@ jobs:
steps:
- uses: actions/checkout@v2

- uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: '11'

- uses: DeLaGuardo/[email protected]
with:
cli: '1.10.1.763'
Expand All @@ -82,6 +92,11 @@ jobs:
steps:
- uses: actions/checkout@v2

- uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: '11'

- uses: DeLaGuardo/[email protected]
with:
tools-deps: '1.10.1.763'
Expand Down Expand Up @@ -121,6 +136,11 @@ jobs:
steps:
- uses: actions/checkout@v2

- uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: '11'

- uses: DeLaGuardo/[email protected]
with:
tools-deps: '1.10.1.763'
Expand Down Expand Up @@ -160,6 +180,11 @@ jobs:
steps:
- uses: actions/checkout@v2

- uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: '11'

- uses: DeLaGuardo/[email protected]
with:
tools-deps: '1.10.1.763'
Expand Down Expand Up @@ -194,6 +219,11 @@ jobs:
steps:
- uses: actions/checkout@v2

- uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: '11'

- uses: DeLaGuardo/[email protected]
with:
cli: '1.10.1.763'
Expand All @@ -211,6 +241,11 @@ jobs:
with:
fetch-depth: 0

- uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: '11'

- uses: DeLaGuardo/[email protected]
with:
tools-deps: '1.10.1.763'
Expand Down

0 comments on commit b2d0cb1

Please sign in to comment.