Skip to content

Commit

Permalink
Merge pull request #172 from postfinance/fix/gitlab-build
Browse files Browse the repository at this point in the history
ci: bump release build to jdk 17
  • Loading branch information
bbortt authored Oct 16, 2023
2 parents 9e7cb5b + 7e25cea commit 211d5ab
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,17 +24,15 @@ on:
- main
paths:
- '.github/project.yml'

jobs:
release:
runs-on: ubuntu-latest
if: github.ref == 'refs/heads/main' && github.repository == 'citrusframework/citrus-simulator'

steps:
- name: Set up JDK 11
- name: Set up JDK 17
uses: AdoptOpenJDK/install-jdk@v1
with:
version: "11"
version: "17"
- name: Checkout code
uses: actions/checkout@v2
- name: Cache Maven modules
Expand Down

0 comments on commit 211d5ab

Please sign in to comment.