diff --git a/.github/workflows/authentication-tck.yml b/.github/workflows/authentication-tck.yml index 04c67ce..da0834b 100644 --- a/.github/workflows/authentication-tck.yml +++ b/.github/workflows/authentication-tck.yml @@ -8,11 +8,13 @@ on: branches: - 'main' paths: + - '.github/workflows/authentication-tck.yml' - 'authentication/**' pull_request: branches: - 'main' paths: + - '.github/workflows/authentication-tck.yml' - 'authentication/**' types: - opened @@ -38,7 +40,7 @@ jobs: fail-fast: false matrix: os: [ubuntu-latest] - java: ['11', '17', '21'] + java: ['17', '21'] steps: - uses: actions/checkout@v4 diff --git a/.github/workflows/concurrency-tck.yml b/.github/workflows/concurrency-tck.yml index ac202a7..a77ada4 100644 --- a/.github/workflows/concurrency-tck.yml +++ b/.github/workflows/concurrency-tck.yml @@ -8,11 +8,13 @@ on: branches: - 'main' paths: + - '.github/workflows/concurrency-tck.yml' - 'concurrency/**' pull_request: branches: - 'main' paths: + - '.github/workflows/concurrency-tck.yml' - 'concurrency/**' types: - opened @@ -38,7 +40,7 @@ jobs: fail-fast: false matrix: os: [ubuntu-latest] - java: ['11', '17', '21'] + java: ['17', '21'] steps: - uses: actions/checkout@v4 diff --git a/.github/workflows/core-profile-tck-ee11.yml b/.github/workflows/core-profile-tck-ee11.yml index b53e23a..f69a00d 100644 --- a/.github/workflows/core-profile-tck-ee11.yml +++ b/.github/workflows/core-profile-tck-ee11.yml @@ -9,11 +9,13 @@ on: branches: - 'main' paths: + - '.github/workflows/core-profile-tck-ee11.yml' - 'core-profile/**' pull_request: branches: - 'main' paths: + - '.github/workflows/core-profile-tck-ee11.yml' - 'core-profile/**' schedule: - cron: '0 0 * * *' # Every day at 00:00 UTC diff --git a/.github/workflows/jakarta-xml-binding-tck.yml b/.github/workflows/jakarta-xml-binding-tck.yml index 832a4d5..64113b0 100644 --- a/.github/workflows/jakarta-xml-binding-tck.yml +++ b/.github/workflows/jakarta-xml-binding-tck.yml @@ -33,7 +33,7 @@ jobs: fail-fast: false matrix: os: [ubuntu-latest] - java: ['11'] + java: ['17'] # Runner steps steps: diff --git a/.github/workflows/security-tck.yml b/.github/workflows/security-tck.yml index 1ecbd03..a936183 100644 --- a/.github/workflows/security-tck.yml +++ b/.github/workflows/security-tck.yml @@ -8,11 +8,13 @@ on: branches: - '**' paths: + - '.github/workflows/security-tck.yml' - 'security/**' pull_request: branches: - '**' paths: + - '.github/workflows/security-tck.yml' - 'security/**' types: - opened @@ -38,7 +40,7 @@ jobs: fail-fast: false matrix: os: [ubuntu-latest] - java: ['11', '17'] + java: ['17', '21'] steps: - uses: actions/checkout@v4