Skip to content

Commit

Permalink
Merge pull request #555 from the-qa-company/GH-554-java-21
Browse files Browse the repository at this point in the history
GH-554 Add Java 21 to version matrix
  • Loading branch information
ate47 authored Dec 19, 2024
2 parents 3be346d + 4641fcb commit 4f22857
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/pr-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
jdk: [17]
jdk: [17, 21]
steps:
- uses: actions/checkout@v3
- name: Set up JDK
Expand Down Expand Up @@ -71,7 +71,7 @@ jobs:
if: needs.find_changes.outputs.core == 'true'
strategy:
matrix:
jdk: [17]
jdk: [17, 21]
steps:
- uses: actions/checkout@v3
- name: Set up JDK
Expand Down Expand Up @@ -99,7 +99,7 @@ jobs:
if: needs.find_changes.outputs.store == 'true'
strategy:
matrix:
jdk: [ 17 ]
jdk: [17, 21]
steps:
- uses: actions/checkout@v3
- name: Set up JDK
Expand Down Expand Up @@ -130,7 +130,7 @@ jobs:
if: needs.find_changes.outputs.store == 'true'
strategy:
matrix:
jdk: [ 17 ]
jdk: [17, 21]
steps:
- uses: actions/checkout@v3
- name: Set up JDK
Expand All @@ -157,7 +157,7 @@ jobs:
if: needs.find_changes.outputs.store == 'true' || needs.find_changes.outputs.backend == 'true'
strategy:
matrix:
jdk: [ 17 ]
jdk: [17, 21]
steps:
- uses: actions/checkout@v3
- name: Set up JDK
Expand Down Expand Up @@ -188,7 +188,7 @@ jobs:
if: needs.find_changes.outputs.store == 'true' || needs.find_changes.outputs.backend == 'true'
strategy:
matrix:
jdk: [ 17 ]
jdk: [17, 21]
steps:
- uses: actions/checkout@v3
- name: Set up JDK
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
jdk: [17]
jdk: [17, 21]
steps:
- uses: actions/checkout@v3
- name: Set up JDK
Expand Down Expand Up @@ -65,7 +65,7 @@ jobs:
if: needs.find_changes.outputs.core == 'true'
strategy:
matrix:
jdk: [17]
jdk: [17, 21]
steps:
- uses: actions/checkout@v3
- name: Set up JDK
Expand Down Expand Up @@ -93,7 +93,7 @@ jobs:
if: needs.find_changes.outputs.store == 'true'
strategy:
matrix:
jdk: [ 17 ]
jdk: [17, 21]
steps:
- uses: actions/checkout@v3
- name: Set up JDK
Expand Down Expand Up @@ -121,7 +121,7 @@ jobs:
if: needs.find_changes.outputs.store == 'true'
strategy:
matrix:
jdk: [ 17 ]
jdk: [17, 21]
steps:
- uses: actions/checkout@v3
- name: Set up JDK
Expand All @@ -148,7 +148,7 @@ jobs:
if: needs.find_changes.outputs.store == 'true' || needs.find_changes.outputs.backend == 'true'
strategy:
matrix:
jdk: [ 17 ]
jdk: [17, 21]
steps:
- uses: actions/checkout@v3
- name: Set up JDK
Expand Down Expand Up @@ -176,7 +176,7 @@ jobs:
if: needs.find_changes.outputs.store == 'true' || needs.find_changes.outputs.backend == 'true'
strategy:
matrix:
jdk: [ 17 ]
jdk: [17, 21]
steps:
- uses: actions/checkout@v3
- name: Set up JDK
Expand Down

0 comments on commit 4f22857

Please sign in to comment.