Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Refactored acceptance test matrix #192

Merged
merged 1 commit into from
Oct 25, 2024

Conversation

stevehipwell
Copy link
Contributor

@stevehipwell stevehipwell commented Oct 25, 2024

This PR switches the acceptance test matrix to use https://endoflife.date/ to keep the versions updated. It also pins the GH actions to a commit, as is best practice, and groups Dependabot PRs for non major versions.

The logic in the PR is:

  • Terraform
    • Latest 4 minor versions
    • 1.5.7 (last OSS version)
  • Kubernetes
    • Latest 4 minor versions latest Kind node version

This results in the following:

  • Terraform
    • ["1.9.8","1.8.5","1.7.5","1.6.6","1.5.7"]
  • Kubernetes
    • ["1.31.1","1.30.4","1.29.8","1.28.9"]

@stevehipwell stevehipwell force-pushed the refactor-acc-test-matrix branch 3 times, most recently from fc55eb3 to 2e779d8 Compare October 25, 2024 12:01
@stevehipwell stevehipwell force-pushed the refactor-acc-test-matrix branch from 2e779d8 to 3df46c7 Compare October 25, 2024 12:22
@alekc alekc merged commit 8b04321 into alekc:master Oct 25, 2024
22 checks passed
@alekc
Copy link
Owner

alekc commented Oct 25, 2024

Thanks!

@stevehipwell stevehipwell deleted the refactor-acc-test-matrix branch October 25, 2024 13:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

chore: Change test matrix
2 participants