Skip to content

Commit

Permalink
JDK 11
Browse files Browse the repository at this point in the history
  • Loading branch information
trumpyla committed Jul 17, 2023
1 parent adf206a commit 0d93f65
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
push:
branches: [ master ]
pull_request:
branches: [ master, 1.3.x ]
branches: [ master, 1.5.x ]


jobs:
Expand All @@ -20,10 +20,10 @@ jobs:
- name: Check out
uses: actions/checkout@v2
- uses: ouzi-dev/[email protected]
- name: Set up JDK 8
- name: Set up JDK 11
uses: actions/setup-java@v2
with:
java-version: '8'
java-version: '11'
distribution: 'adopt'
cache: maven
- name: Build with Maven
Expand Down

0 comments on commit 0d93f65

Please sign in to comment.