Skip to content

Commit

Permalink
CI - update initial build to use JDK 17
Browse files Browse the repository at this point in the history
  • Loading branch information
manovotn committed Jun 3, 2024
1 parent 731ce24 commit 4cd2526
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ env:

jobs:
# Preparation job that builds the cache, prepares snapshots and server
build-jdk11:
initial-build:
name: "Initial Weld Build + WildFly patch"
runs-on: ubuntu-latest
steps:
Expand All @@ -25,7 +25,7 @@ jobs:
- name: Set up JDK
uses: actions/setup-java@v4
with:
java-version: 11
java-version: 17
distribution: 'temurin'
- name: Download WildFly
run: |
Expand Down Expand Up @@ -92,7 +92,7 @@ jobs:
incontainer-tests:
name: "Weld In-container Tests - JDK ${{matrix.java.name}}"
runs-on: ubuntu-latest
needs: build-jdk11
needs: initial-build
timeout-minutes: 120
strategy:
fail-fast: false
Expand Down Expand Up @@ -157,7 +157,7 @@ jobs:
CDI-TCK:
name: "Weld CDI TCK - JDK ${{matrix.java.name}}"
runs-on: ubuntu-latest
needs: build-jdk11
needs: initial-build
timeout-minutes: 120
strategy:
fail-fast: false
Expand Down Expand Up @@ -222,7 +222,7 @@ jobs:
no-container-tests:
name: "Weld Tests w/o Container - JDK ${{matrix.java.name}}"
runs-on: ubuntu-latest
needs: build-jdk11
needs: initial-build
timeout-minutes: 120
strategy:
fail-fast: false
Expand Down Expand Up @@ -279,7 +279,7 @@ jobs:
CDI-TCK-SE:
name: "Weld CDI TCK SE - JDK ${{matrix.java.name}}"
runs-on: ubuntu-latest
needs: build-jdk11
needs: initial-build
timeout-minutes: 120
strategy:
fail-fast: false
Expand Down

0 comments on commit 4cd2526

Please sign in to comment.