Skip to content

Commit

Permalink
Upgrade Workflows to Java 17 and MPS 2022.2
Browse files Browse the repository at this point in the history
  • Loading branch information
HeikoBecker committed Jul 25, 2023
1 parent 24900f0 commit 9373537
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name: FASTEN_CI
on: [push, pull_request]

env:
MPS_VER: "2021.1"
MPS_VER: "2022.2"
GITHUB_ACTOR: ${{ github.actor }}
GITHUB_TOKEN: ${{ secrets.FASTEN_GITHUB_PKG_REGISTRY }}

Expand All @@ -25,10 +25,10 @@ jobs:
run: |
Xvfb :99 -screen 0 1024x768x24 > /dev/null 2>&1 &
- name: Set up JDK 11
- name: Set up JDK 17
uses: actions/setup-java@v1
with:
java-version: 11
java-version: 17

- name: Build FASTEN
uses: gradle/[email protected]
Expand Down Expand Up @@ -115,10 +115,10 @@ jobs:
run: |
Xvfb :99 -screen 0 1024x768x24 > /dev/null 2>&1 &
- name: Set up JDK 11
- name: Set up JDK 17
uses: actions/setup-java@v1
with:
java-version: 11
java-version: 17

#- name: Build FASTEN Assurance Distribution
# uses: gradle/[email protected]
Expand Down

0 comments on commit 9373537

Please sign in to comment.