Skip to content

Commit

Permalink
Merge pull request #638 from Azquelt/main
Browse files Browse the repository at this point in the history
Update to microprofile-parent 2.9-RC2
  • Loading branch information
Azquelt committed Jun 18, 2024
2 parents 1242a64 + 082c607 commit 7620ae7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
java: [11, 17]
java: [17, 21]
name: build with jdk ${{matrix.java}}

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
name: checkout

- uses: actions/setup-java@v3
- uses: actions/setup-java@v4
name: set up jdk ${{matrix.java}}
with:
java-version: ${{matrix.java}}
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>org.eclipse.microprofile</groupId>
<artifactId>microprofile-parent</artifactId>
<version>2.9-RC1</version>
<version>2.9-RC2</version>
</parent>

<groupId>org.eclipse.microprofile.openapi</groupId>
Expand Down

0 comments on commit 7620ae7

Please sign in to comment.