Skip to content

Commit

Permalink
Bump Kotlin version to 1.9.23 / add wasm targets
Browse files Browse the repository at this point in the history
  • Loading branch information
z4kn4fein committed Apr 5, 2024
1 parent ad9da0f commit 5c9fd45
Show file tree
Hide file tree
Showing 27 changed files with 2,989 additions and 972 deletions.
26 changes: 10 additions & 16 deletions .github/workflows/semver-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Set up JDK
uses: actions/setup-java@v4
with:
java-version: 11
java-version: 17
distribution: zulu
- name: Cache Konan
uses: ./.github/actions/cache-konan
Expand All @@ -39,7 +39,7 @@ jobs:
- name: Set up JDK
uses: actions/setup-java@v4
with:
java-version: 11
java-version: 17
distribution: zulu
- name: Cache Gradle
uses: ./.github/actions/cache-gradle
Expand All @@ -54,7 +54,7 @@ jobs:
- name: Set up JDK
uses: actions/setup-java@v4
with:
java-version: 11
java-version: 17
distribution: zulu
- name: Cache Konan
uses: ./.github/actions/cache-konan
Expand All @@ -80,7 +80,7 @@ jobs:
- name: Set up JDK
uses: actions/setup-java@v4
with:
java-version: 11
java-version: 17
distribution: zulu
- name: Cache Konan
uses: ./.github/actions/cache-konan
Expand All @@ -105,7 +105,7 @@ jobs:
- name: Set up JDK
uses: actions/setup-java@v4
with:
java-version: 11
java-version: 17
distribution: zulu
- name: Cache Konan
uses: ./.github/actions/cache-konan
Expand Down Expand Up @@ -156,10 +156,7 @@ jobs:
deploy-snapshot:
needs: [ test, lint, analysis, assemble, coverage ]
if: ${{ github.ref == 'refs/heads/main' }}
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ macos-latest, ubuntu-latest, windows-latest ]
runs-on: macos-latest
env:
SONATYPE_USERNAME: ${{ secrets.SONATYPE_USERNAME }}
SONATYPE_PASSWORD: ${{ secrets.SONATYPE_PASSWORD }}
Expand All @@ -171,7 +168,7 @@ jobs:
- name: Set up JDK
uses: actions/setup-java@v4
with:
java-version: 11
java-version: 17
distribution: zulu
- name: Cache Konan
uses: ./.github/actions/cache-konan
Expand All @@ -184,10 +181,7 @@ jobs:
deploy-release:
needs: [ test, lint, analysis, assemble, coverage ]
if: startsWith(github.ref, 'refs/tags')
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ macos-latest, ubuntu-latest, windows-latest ]
runs-on: macos-latest
env:
SONATYPE_USERNAME: ${{ secrets.SONATYPE_USERNAME }}
SONATYPE_PASSWORD: ${{ secrets.SONATYPE_PASSWORD }}
Expand All @@ -199,7 +193,7 @@ jobs:
- name: Set up JDK
uses: actions/setup-java@v4
with:
java-version: 11
java-version: 17
distribution: zulu
- name: Cache Konan
uses: ./.github/actions/cache-konan
Expand All @@ -218,7 +212,7 @@ jobs:
- name: Set up JDK
uses: actions/setup-java@v4
with:
java-version: 11
java-version: 17
distribution: zulu
- name: Cache Konan
uses: ./.github/actions/cache-konan
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/semver-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Set up JDK
uses: actions/setup-java@v4
with:
java-version: 11
java-version: 17
distribution: zulu
- name: Cache Konan
uses: ./.github/actions/cache-konan
Expand Down
3 changes: 2 additions & 1 deletion assets/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
display: inline-flex;
justify-content: center;
align-items: center;
margin-right: 20px;
margin: 0 20px;
color: white;
}

.repo-name {
Expand Down
Loading

0 comments on commit 5c9fd45

Please sign in to comment.