Skip to content

Commit

Permalink
upgrading GH actions as CI seems to fail
Browse files Browse the repository at this point in the history
  • Loading branch information
dgradecak committed Nov 30, 2023
1 parent 30668a8 commit 5f0ca8e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ jobs:
name: "compile"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: actions/setup-java@v1
- uses: actions/setup-java@v3
with:
java-version: 11
java-version: 17
- name: Build with Maven
run: ./mvnw compile

Expand All @@ -27,11 +27,11 @@ jobs:
- alfresco-version: 23.1.0
experimental: false
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: actions/setup-java@v1
with:
java-version: 11
java-version: 17
- name: Run tests
run: ./mvnw test -Pcommunity-${{ matrix.alfresco-version }}

0 comments on commit 5f0ca8e

Please sign in to comment.