Skip to content

Commit

Permalink
Remove unused profile from workflow, bump a couple java version values.
Browse files Browse the repository at this point in the history
  • Loading branch information
LlmDl committed Oct 29, 2024
1 parent 346878a commit 6a759be
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-on-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: '17'
java-version: '21'
java-package: jdk
settings-path: ${{ github.workspace }} # location for the settings.xml file
- name: Deploy to GitHub Package Registry
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/deploy_prerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
java: ['17']
java: ['21']
name: Deploying Towny Prerelease
steps:
- name: checkout repo content
Expand All @@ -24,7 +24,7 @@ jobs:
- name: compile towny with maven
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: mvn -B clean package -P no-apidoc -DskipTests=false
run: mvn -B clean package -P -DskipTests=false
- name: setup PHP
uses: shivammathur/setup-php@v2
with:
Expand Down

0 comments on commit 6a759be

Please sign in to comment.