8000 feat(java): bump to Java 25 · SpongePowered/SpongeAPI@11e7548 · GitHub
[go: up one dir, main page]

Skip to content

feat(java): bump to Java 25 #1806

feat(java): bump to Java 25

feat(java): bump to Java 25 #1806

Workflow file for this run

# Making changes? https://github.com/nektos/act may help you test locally
name: Build, Test, and Deploy
on:
push:
branches: "**"
tags-ignore: ["**"]
pull_request:
release:
types: [released]
jobs:
call-build:
uses: SpongePowered/.github/.github/workflows/shared-ci.yaml@master
with:
runtime_version: 21
publish_snapshot_javadoc: true
publishing_branch_regex: 'api-\d+'
secrets: inherit
0