Skip to content

Commit

Permalink
[#1930] Update CI fix syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
remkop committed Jan 24, 2023
1 parent ee27af5 commit 7a29f18
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ permissions: read-all

jobs:
build-java-8-plus:
runs-on: ${{ matrix.os }}
continue-on-error: ${{ matrix.skippable }}
strategy:
matrix:
java-version: [ 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18 ]
Expand All @@ -31,6 +29,8 @@ jobs:
- java-version: 18
skippable: true

runs-on: ${{ matrix.os }}
continue-on-error: ${{ matrix.skippable }}
steps:
- name: Harden Runner
uses: step-security/harden-runner@2e205a28d0e1da00c5f53b161f4067b052c61f34 # v1
Expand Down

0 comments on commit 7a29f18

Please sign in to comment.