Skip to content

Commit

Permalink
Update myfaces-ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tandraschko authored Dec 11, 2023
1 parent dd45bb3 commit 9d40194
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/myfaces-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ on:
- 3.0.x
- 2.3-next
- 2.3.x
- 3.0.x
- 4.0.x
- 4.1.x
paths-ignore:
- '**.md'
- '.travis.yml'
Expand All @@ -39,6 +42,9 @@ on:
- 3.0.x
- 2.3-next
- 2.3.x
- 3.0.x
- 4.0.x
- 4.1.x
paths-ignore:
- '**.md'
- '.travis.yml'
Expand All @@ -57,11 +63,11 @@ jobs:
- uses: actions/checkout@v4
with:
persist-credentials: false
- name: Set up JDK 11
- name: Set up JDK 17
uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: 11
java-version: 17
- name: Cache Maven packages
uses: actions/cache@v3
with:
Expand Down

0 comments on commit 9d40194

Please sign in to comment.