This repository was archived by the owner on May 8, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +6
-4
lines changed
Expand file tree Collapse file tree 4 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 1919 - name : Set up Python
2020 uses : actions/setup-python@v4
2121 with :
22- python-version : " 3.10 "
22+ python-version : " 3.11 "
2323
2424 - name : Upgrade pip
2525 run : |
Original file line number Diff line number Diff line change 2626 - name : Set up Python
2727 uses : actions/setup-python@v4
2828 with :
29- python-version : " 3.10 "
29+ python-version : " 3.11 "
3030
3131 - name : Install test dependencies
3232 run : pip install --constraint=.github/workflows/constraints.txt ansible yamllint ansible-lint
4343 strategy :
4444 matrix :
4545 distro :
46+ - debian12
4647 - debian11
4748 - debian10
4849 # https://github.com/geerlingguy/docker-ubuntu2204-ansible/issues/6
5859 - name : Set up Python
5960 uses : actions/setup-python@v4
6061 with :
61- python-version : " 3.10 "
62+ python-version : " 3.11 "
6263
6364 - name : Upgrade pip
6465 run : |
Original file line number Diff line number Diff line change 1- Copyright (C) 2022 by staticdev
1+ Copyright (C) 2023 by staticdev
22
33Permission is hereby granted, free of charge, to any person obtaining a copy
44of this software and associated documentation files (the "Software"), to deal
Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ galaxy_info:
1111 platforms :
1212 - name : Debian
1313 versions :
14+ - bookworm
1415 - bullseye
1516 - buster
1617
You can’t perform that action at this time.
0 commit comments