Skip to content

Commit

Permalink
removing old java versions
Browse files Browse the repository at this point in the history
  • Loading branch information
filipelautert committed Mar 15, 2024
1 parent a3a673a commit 970aced
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/build-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,7 @@ jobs:
uses: liquibase/build-logic/.github/workflows/[email protected]
with:
nightly: true
secrets: inherit
secrets: inherit
strategy:
matrix:
java: [ 17, 21 ]
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:

jobs:
build-test:
uses: liquibase/build-logic/.github/workflows/os-extension-test.yml@v0.5.3
uses: liquibase/build-logic/.github/workflows/os-extension-test.yml@v0.6.5
secrets: inherit
strategy:
matrix:
Expand Down

0 comments on commit 970aced

Please sign in to comment.