Skip to content

Commit

Permalink
Add Java 19 to build matrix
Browse files Browse the repository at this point in the history
To verify that #2780 will resolve running on Java 19
  • Loading branch information
TimvdLippe committed Nov 11, 2022
1 parent 47045cb commit ba4b8a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Expand Up @@ -29,7 +29,7 @@ jobs:
# Definition of the build matrix
strategy:
matrix:
java: [8, 11, 17]
java: [8, 11, 17, 19]
mock-maker: ['mock-maker-default', 'mock-maker-inline']

# All build steps
Expand Down

0 comments on commit ba4b8a6

Please sign in to comment.