Skip to content

Commit

Permalink
Reproduce sbt#7118
Browse files Browse the repository at this point in the history
  • Loading branch information
eed3si9n committed Jan 4, 2023
1 parent 377c4d6 commit acdd21a
Showing 1 changed file with 1 addition and 34 deletions.
35 changes: 1 addition & 34 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,45 +9,12 @@ permissions:
jobs:
test:
strategy:
fail-fast: false
matrix:
include:
- os: ubuntu-latest
- os: ubuntu-20.04
java: 17
distribution: temurin
jobtype: 1
- os: ubuntu-latest
java: 17
distribution: temurin
jobtype: 2
- os: ubuntu-latest
java: 17
distribution: temurin
jobtype: 3
- os: ubuntu-latest
java: 17
distribution: temurin
jobtype: 4
- os: ubuntu-latest
java: 17
distribution: temurin
jobtype: 5
- os: ubuntu-latest
java: 8
distribution: adopt
jobtype: 6
- os: ubuntu-latest
java: 8
distribution: adopt
jobtype: 7
- os: macos-latest
java: 8
distribution: adopt
jobtype: 8
- os: windows-latest
java: 8
distribution: adopt
jobtype: 9
runs-on: ${{ matrix.os }}
env:
JAVA_OPTS: -Xms800M -Xmx2G -Xss6M -XX:ReservedCodeCacheSize=128M -server -Dsbt.io.virtual=false -Dfile.encoding=UTF-8
Expand Down

0 comments on commit acdd21a

Please sign in to comment.