Skip to content

Commit

Permalink
[streams] fix java versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Iван committed Dec 16, 2023
1 parent 636274a commit 50f5743
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/stream.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ jobs:
- name: checkout
uses: actions/checkout@v2

- name: Set up JDK 8
- name: Set up JDK 11
uses: actions/setup-java@v1
with:
java-version: '8'
java-version: '11'

- name: Cache Maven
uses: actions/cache@v1
Expand Down Expand Up @@ -67,10 +67,10 @@ jobs:
- name: checkout
uses: actions/checkout@v2

- name: Set up JDK 11
- name: Set up JDK 8
uses: actions/setup-java@v1
with:
java-version: '11'
java-version: '8'

- name: Cache Maven
uses: actions/cache@v1
Expand Down

0 comments on commit 50f5743

Please sign in to comment.