Skip to content

Commit

Permalink
ci: bump release build to jdk 17
Browse files Browse the repository at this point in the history
  • Loading branch information
bbortt committed Sep 15, 2023
1 parent 2c697cf commit 7e25cea
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 7e25cea

Please sign in to comment.