Skip to content

Commit

Permalink
Improved GitHub Actions CI configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
vruusmann committed May 3, 2024
1 parent 960c3fa commit 8b56555
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
strategy:
matrix:
java: [ 8, 11, 17 ]
h2o: [ '3.34.0.1', '3.36.0.2', '3.38.0.1', '3.40.0.1', '3.42.0.1' ]
h2o: [ '3.38.0.1', '3.40.0.1', '3.42.0.1', '3.44.0.1', '3.46.0.1' ]

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 8b56555

Please sign in to comment.