Skip to content

Commit

Permalink
(WIP)
Browse files Browse the repository at this point in the history
  • Loading branch information
Godin committed Feb 9, 2024
1 parent 50206c8 commit 0f6419b
Showing 1 changed file with 2 additions and 11 deletions.
13 changes: 2 additions & 11 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,7 @@ on:
- push
jobs:
build:
strategy:
fail-fast: false
matrix:
distribution: [zulu, temurin, liberica, microsoft, corretto, oracle]
version: [6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21]
runs-on: ubuntu-20.04
environment: ${{ (github.repository == 'Godin/test-github' && github.ref == 'refs/heads/test-deploy') && 'prod' || null }}
steps:
- uses: actions/setup-java@v3
with:
distribution: ${{ matrix.distribution }}
java-version: ${{ matrix.version }}
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- run: java -version
- run: echo OK

0 comments on commit 0f6419b

Please sign in to comment.