diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2c89e3650..ea5e41bec 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -2,18 +2,19 @@ name: "Generate Releases" on: release: - types: [published] -# To test this workflow without creating a release, uncomment the following and add a branch name: -# push: -# branches: -# - 'branch-name' + types: [ published ] +## To test this workflow without creating a release, uncomment the following and add a branch name (making sure "push" +## is at the same indent level as "release": +# push: +# branches: +# - 'branch-name' jobs: release: runs-on: ${{ matrix.os }} strategy: - matrix: - os: [ubuntu-latest, windows-latest, macos-latest] + matrix: + os: [ ubuntu-latest, windows-latest, macos-latest ] steps: - name: "Create base filename for all artifacts" id: basefn @@ -57,13 +58,13 @@ jobs: id: exefn shell: bash run: echo "FILEPATH=build/${{ steps.basefn.outputs.FILEPATH }}${{ steps.ext.outputs.EXT }}" >> $GITHUB_OUTPUT - + - uses: actions/checkout@v3 - - name: "Set up JDK 17.0.2" + - name: "Set up JDK 20.0.1" uses: actions/setup-java@v3 with: - java-version: '17.0.2' + java-version: '20.0.1' distribution: 'temurin' - name: "Validate Gradle wrapper" diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 2ff576a0e..39794bcb3 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -10,10 +10,10 @@ jobs: - uses: actions/checkout@v2 with: submodules: recursive - - name: "Set up JDK 17" + - name: "Set up JDK 20.0.1" uses: actions/setup-java@v2 with: - java-version: '17' + java-version: '20.0.1' distribution: 'temurin' - name: "Test with Gradle" run: ./gradlew check diff --git a/.idea/compiler.xml b/.idea/compiler.xml index d294c7ff5..623bb33b5 100644 --- a/.idea/compiler.xml +++ b/.idea/compiler.xml @@ -1,7 +1,7 @@ - +