Skip to content

Commit

Permalink
Testing on Java17 and Java21
Browse files Browse the repository at this point in the history
  • Loading branch information
andreeadracea committed Jan 21, 2025
1 parent 10fd0f6 commit da6a741
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maven-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
strategy:
matrix:
os: [ ubuntu-latest ]
java: [11]
java: [11, 17, 21]
profile: [ '', '-Pcloud,adobe-public']

steps:
Expand Down

0 comments on commit da6a741

Please sign in to comment.