Skip to content

Commit

Permalink
[housekeeping] Podman 4.9.4, 5.0.1; JDK 22 on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
lispyclouds committed Apr 2, 2024
1 parent d96e44d commit 72e3b5e
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
uses: "actions/setup-java@v4"
with:
distribution: "temurin"
java-version: "20"
java-version: "22"

- name: "Prepare Clojure"
uses: "DeLaGuardo/setup-clojure@master"
Expand Down
4 changes: 3 additions & 1 deletion fetch_api/main.clj
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,9 @@
"v4.9.1"
"v4.9.2"
"v4.9.3"
"v5.0.0"]}})
"v4.9.4"
"v5.0.0"
"v5.0.1"]}})

(def resource-path "resources/contajners")

Expand Down
1 change: 1 addition & 0 deletions resources/contajners/podman/v4.9.4.edn

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions resources/contajners/podman/v5.0.1.edn

Large diffs are not rendered by default.

0 comments on commit 72e3b5e

Please sign in to comment.