Skip to content

Commit

Permalink
Merge branch 'dev' into feature/main-and-api-validation
Browse files Browse the repository at this point in the history
  • Loading branch information
rainbowdashlabs authored Oct 31, 2024
2 parents 753d7f4 + 020afd9 commit a910989
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
java: [ 8, 11, 17 ]
java: [ 11, 17 ]
fail-fast: true
steps:
- uses: actions/checkout@v2.3.5
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Setup JDK
uses: actions/setup-java@v2.3.1
with:
java-version: 8
java-version: 11
cache: 'gradle'
distribution: 'temurin'
- name: build
Expand Down

0 comments on commit a910989

Please sign in to comment.