Skip to content

Commit

Permalink
hello php8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
tykling committed Jul 31, 2024
1 parent 12b87f5 commit 6e9bd10
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion php_fpm_server/tasks/phpfpm.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
- name: "Install php"
pkgng:
name: "php81"
name: "php82"
state: "present"

- name: "Enable php-fpm"
Expand Down
2 changes: 1 addition & 1 deletion roundcube_server/tasks/packages.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
- name: "install roundcube"
pkgng:
name: "roundcube-php81"
name: "roundcube-php82"
state: "present"

0 comments on commit 6e9bd10

Please sign in to comment.