Skip to content

Commit

Permalink
Remove unnecessary test on GitHub Actions
Browse files Browse the repository at this point in the history
- Remove Java 11 test on GitHub Actions
as UAA will no longer be built with Java 11 after this PR

[#186054019]
  • Loading branch information
peterhaochen47 committed Oct 19, 2023
1 parent 7bdadfb commit 6065096
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
pull_request:
branches: [ develop ]

# Run job on CF landscape, e.g. ubuntu 1804 and bellsoft java 11
# Run job on CF landscape, e.g. ubuntu 1804 and bellsoft java 17
permissions:
contents: read

Expand All @@ -16,7 +16,7 @@ jobs:
strategy:
fail-fast: false
matrix:
java: [ '11', '17' ]
java: [ '17' ]
steps:
- uses: actions/checkout@v4
- uses: actions/setup-java@v3
Expand Down

0 comments on commit 6065096

Please sign in to comment.