Fix failing builds on Java 11 and newer, update a bunch of dependencies, add java21 support #182
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Pull requests | |
on: | |
pull_request: | |
branches: | |
- 'master' | |
- 'main' | |
jobs: | |
verify: | |
name: Verify | |
uses: s4u/.github/.github/workflows/maven-pr.yml@master | |