Skip to content

Commit

Permalink
Add more jobs to matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
omus committed Mar 8, 2024
1 parent 84a5738 commit 3f41678
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,12 +71,13 @@ jobs:
fail-fast: false
matrix:
julia-version:
- "1"
- "1.6" # Earliest version of Julia that the package is compatible with
- "1" # Latest Julia release
# Support the latest versions of the supported releases: https://kubernetes.io/releases/.
# These must be full version numbers including the patch.
k8s-version:
# - "1.27.11"
# - "1.28.7"
- "1.27.11"
- "1.28.7"
- "1.29.2"
# https://github.com/kubernetes/minikube/releases
minikube-version:
Expand Down

0 comments on commit 3f41678

Please sign in to comment.