1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2026-07-08 11:39:02 +00:00

CI: Replace Ubuntu 22.04 with 26.04 for ansible-core devel (#12052)

Replace Ubuntu 22.04 with 26.04 for devel.
This commit is contained in:
Felix Fontein 2026-05-15 10:08:58 +02:00 committed by GitHub
parent eb69d25e45
commit 2f96093dbf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
11 changed files with 138 additions and 113 deletions

View file

@ -15,6 +15,5 @@ pyfmg == 0.6.1 # newer versions do not pass current unit tests
pytest-mock >= 1.4.0 # needed for mock_use_standalone_module pytest option
pyone == 1.1.9 # newer versions do not pass current integration tests
cffi >= 1.14.2, != 1.14.3 # Yanked version which older versions of pip will still install:
bcrypt < 4.0.0 # TEMP: restrict to < 4.0.0 since installing 4.0.0 fails on RHEL 8
py-consul < 1.3.0 ; python_version < '3.8' # 1.3.0 dropped support for Python 3.5, 3.6, 3.7
py-consul < 1.5.4 ; python_version < '3.9' # 1.5.4 dropped support for Python 3.8