diff --git a/.github/workflows/bld.yml b/.github/workflows/bld.yml index 6020ea2..8d626ff 100644 --- a/.github/workflows/bld.yml +++ b/.github/workflows/bld.yml @@ -1,14 +1,16 @@ name: bld-ci -on: [push, pull_request, workflow_dispatch] +on: [ push, pull_request, workflow_dispatch ] jobs: build-bld-project: - runs-on: ubuntu-latest - strategy: matrix: - java-version: [17, 21, 23] + java-version: [ 17, 21, 24 ] + kotlin-version: [ 1.9.25, 2.0.21, 2.2.0 ] + os: [ ubuntu-latest, windows-latest, macos-latest ] + + runs-on: ${{ matrix.os }} steps: - name: Checkout source repository @@ -22,12 +24,16 @@ jobs: distribution: "zulu" java-version: ${{ matrix.java-version }} - - name: Download dependencies - run: ./bld download - - name: Download dependencies [examples] working-directory: examples run: ./bld download + - name: Run Detekt [examples] + working-directory: examples + run: ./bld compile test-ci + + - name: Download dependencies + run: ./bld download + - name: Run tests - run: ./bld compile test + run: ./bld compile test \ No newline at end of file diff --git a/.idea/libraries/bld.xml b/.idea/libraries/bld.xml index 553c281..153a060 100644 --- a/.idea/libraries/bld.xml +++ b/.idea/libraries/bld.xml @@ -2,12 +2,12 @@ - + - + diff --git a/.idea/misc.xml b/.idea/misc.xml index cf8a3be..0010291 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -3,7 +3,7 @@ - + \ No newline at end of file diff --git a/.idea/runConfigurations/Run Tests.xml b/.idea/runConfigurations/DetektOperationTests.xml similarity index 62% rename from .idea/runConfigurations/Run Tests.xml rename to .idea/runConfigurations/DetektOperationTests.xml index 61f1568..595babd 100644 --- a/.idea/runConfigurations/Run Tests.xml +++ b/.idea/runConfigurations/DetektOperationTests.xml @@ -1,6 +1,6 @@ - -