Skip to content

Commit

Permalink
Update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ZacSweers committed Nov 20, 2023
1 parent a72d554 commit aad6d23
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,16 @@ on: [ push, pull_request ]

jobs:
build:
name: 'JDK ${{ matrix.java }} - KSP ${{ matrix.ksp_enabled }} - Kotlin ${{ matrix.kotlin }} - K2 ${{ matrix.k2_enabled }}'
name: 'JDK ${{ matrix.java }} - KSP ${{ matrix.ksp_enabled }} - K2 ${{ matrix.k2_enabled }}'
runs-on: ubuntu-latest
strategy:
matrix:
java: [ '20' ]
kotlin: [ '1.9.20' ]
ksp_enabled: [ true, false ]
k2_enabled: [ true, false ]
fail-fast: false

env:
DEP_OVERRIDE_kotlin: ${{ matrix.kotlin }}
DEP_OVERRIDE_java: ${{ matrix.java }}

steps:
Expand Down

0 comments on commit aad6d23

Please sign in to comment.