Skip to content

Commit

Permalink
Remove support for Debian bullseye. Userli 3.5.0 requires PHP >= 8.2
Browse files Browse the repository at this point in the history
Signed-off-by: doobry <[email protected]>
  • Loading branch information
doobry-systemli committed Mar 24, 2024
1 parent cbfc050 commit a7d2ae2
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ jobs:
uses: systemli/github-ansible-workflow/.github/workflows/[email protected]
with:
disable-apparmor-mysql: true
distros: '[ "debian11", "debian12" ]'
distros: '[ "debian12" ]'
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Requirements
------------

* composer
* PHP >= 8.0
* PHP >= 8.2
* php-apcu
* php-curl
* php-gd
Expand Down
1 change: 0 additions & 1 deletion meta/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ galaxy_info:
platforms:
- name: Debian
versions:
- bullseye
- bookworm
galaxy_tags:
- networking
Expand Down

0 comments on commit a7d2ae2

Please sign in to comment.