Skip to content

Commit

Permalink
chore: Use Java8 in CI to match the current setup in TeamCity
Browse files Browse the repository at this point in the history
  • Loading branch information
akash1810 committed Sep 28, 2021
1 parent 1398c77 commit e9617d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ jobs:
uses: actions/setup-node@v2.4.0
with:
node-version: 14.15.5
- name: Set up JDK 11
- name: Set up JDK 8
uses: actions/setup-java@v2
with:
java-version: '11'
java-version: '8'
distribution: 'adopt'
- run: ./scripts/ci

0 comments on commit e9617d1

Please sign in to comment.