Make test run on java 21 for latest mockbukkit to work #307
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: 'PR: Test' | |
on: | |
pull_request: | |
types: [opened, synchronize] | |
jobs: | |
test: | |
uses: ./.github/workflows/generic.test.yml | |
with: | |
plugin_name: multiverse-core |