Skip to content

Commit

Permalink
Merge pull request #61 from systemli/feat/3.5.0
Browse files Browse the repository at this point in the history
Bump userli to 3.5.0, remove Debian bullseye support
  • Loading branch information
doobry-systemli authored Mar 24, 2024
2 parents a57585b + a7d2ae2 commit 28ecdd1
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 5 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
2 changes: 1 addition & 1 deletion defaults/main.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
userli_version: "3.4.0"
userli_version: "3.5.0"
userli_mysql_user: "userli"
userli_mysql_password: ""
userli_mysql_db: "userli"
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
2 changes: 1 addition & 1 deletion vars/main.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
userli_sha512_checksum:
3.4.0: 278daddc6a7e51c20373db48693c42abd90c66cedf37660c3167b44c0e5d06a6728b658de6778ceb6c887b23ccce85397037cec64e206855e6e15b0bfd79f5db
3.5.0: 1a2609cd0a8343b7e4634ed6058a6992b02087955ccdfb9d4022070f224c417e64c18db0dfcb1e034d41952199e8ba6473f928df453bddbcfb5c70aa6c0cef4f
3.3.1: a6be366206930249d5ac0e48194f3b41cc33d9f7b4b75b7c611a9ea6f9f988111d5633926f8136524eb4c1360c6733c1c2f4d3a2251ecc11810cf56223aa2b6e
3.3.0: 5c561e75bf2d747ee5e9f0f93eed2e6dd4b57e634c7e904e0024ac865d882bc6edd699f395304b4703a10dcd6a00472647efe7dad5ab4211b8a5c3f9b27ee16d
3.2.3: b1d6f4c6d3f4aeee262a2259e0e2fd623538631e4153e41f52989c45eefe1c1fbbd9aa4124bcbc8cf71f9ea87c1c422b9b2c59d9e7c3e0979f9bf4541e9bc9de
Expand Down

0 comments on commit 28ecdd1

Please sign in to comment.