Skip to content

Commit

Permalink
⬆️ Upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
pmonks committed Nov 16, 2023
1 parent 58c55f8 commit df1f154
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:

strategy:
matrix:
java-version: [ 11, 17 ] # Note: logback no longer supports Java 8, so we've dropped that from the matrix
java-version: [ 11, 17, 21 ] # Note: pbr (via lice-comb) no longer supports JDK 8

steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: 17
java-version: 21
- uses: DeLaGuardo/setup-clojure@12.1
with:
cli: latest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: 17
java-version: 21
- uses: DeLaGuardo/setup-clojure@12.1
with:
cli: latest
Expand Down

0 comments on commit df1f154

Please sign in to comment.