Skip to content

Commit

Permalink
Add java 19 into pipeline (#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
RadekCap authored Mar 8, 2023
1 parent d5f85f1 commit ab8adbb
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,16 @@ jobs:
- JDK 8
- JDK 11
- JDK 17
- JDK 19
include:
- jdkconf: JDK 8
jdkver: "8"
- jdkconf: JDK 11
jdkver: "11"
- jdkconf: JDK 17
jdkver: "17"
- jdkconf: JDK 19
jdkver: "19"
steps:
- uses: actions/checkout@v3
- uses: msys2/setup-msys2@v2
Expand Down

0 comments on commit ab8adbb

Please sign in to comment.