Skip to content

Commit

Permalink
Merge pull request #245 from staticdev/feature/support-debian12
Browse files Browse the repository at this point in the history
Add support debian 12
  • Loading branch information
staticdev committed Jun 17, 2023
2 parents ea1f5d1 + 30f5fa7 commit c6918f5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: "3.10"
python-version: "3.11"

- name: Install test dependencies
run: pip install --constraint=.github/workflows/constraints.txt ansible yamllint ansible-lint
Expand All @@ -43,6 +43,7 @@ jobs:
strategy:
matrix:
distro:
- debian12
- debian11
- debian10
# https://github.com/geerlingguy/docker-ubuntu2204-ansible/issues/6
Expand All @@ -58,7 +59,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: "3.10"
python-version: "3.11"

- name: Upgrade pip
run: |
Expand Down
2 changes: 1 addition & 1 deletion LICENSE.md → LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (C) 2022 by staticdev
Copyright (C) 2023 by staticdev

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion requirements.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
---
roles:
- name: staticdev.pyenv
version: 2.9.0
version: 2.9.1

0 comments on commit c6918f5

Please sign in to comment.