Skip to content

Commit

Permalink
Merge pull request #103 from jamezp/upgrade-cdi-tck
Browse files Browse the repository at this point in the history
[101] Upgrade the Jakarta EE Core TCK runner to use the latest 4.0.12…
  • Loading branch information
jamezp authored Oct 18, 2023
2 parents 7cc1867 + 6c2fce8 commit 6db364c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/run-coreprofile-tck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest]
java: ['11', '17']
java: ['11', '17', '21']

# Runner steps
steps:
Expand Down
6 changes: 3 additions & 3 deletions wf-core-tck-runner/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -91,9 +91,9 @@
<jsonp.tck.version>2.1.1</jsonp.tck.version>
<jsonb.api.version>3.0.0</jsonb.api.version>
<rest.api.version>3.1.0</rest.api.version>
<core.profile.tck.version>10.0.1</core.profile.tck.version>
<cdi.tck.version>4.0.11</cdi.tck.version>
<cdi.tck.dist.version>4.0.11</cdi.tck.dist.version>
<core.profile.tck.version>10.0.3</core.profile.tck.version>
<cdi.tck.version>4.0.12</cdi.tck.version>
<cdi.tck.dist.version>${cdi.tck.version}</cdi.tck.dist.version>
<rest.tck.version>3.1.4</rest.tck.version>

<!-- Test tools/dependencies -->
Expand Down

0 comments on commit 6db364c

Please sign in to comment.