Skip to content

Commit

Permalink
Remove compatibility tests with old Kotlin versions
Browse files Browse the repository at this point in the history
Kotlin 2.1.0 updates LLVM from version 11 to version 16, which are incompatible.
  • Loading branch information
drewhamilton committed Dec 2, 2024
1 parent b8d3b51 commit 007db7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
strategy:
fail-fast: false
matrix:
poko_sample_kotlin_version: [ 2.0.0, 2.0.10, 2.0.20, 2.0.21, ~ ]
poko_sample_kotlin_version: [ ~ ]
env:
poko_sample_kotlin_version: ${{ matrix.poko_sample_kotlin_version }}
steps:
Expand Down

0 comments on commit 007db7a

Please sign in to comment.