Skip to content

Commit

Permalink
🔧 Add optional PHP 8.2 support (#1485)
Browse files Browse the repository at this point in the history
  • Loading branch information
retlehs authored Apr 5, 2023
1 parent 69d1819 commit dc941c4
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions roles/php/vars/8.2.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
php_extensions_default:
php8.2-bcmath: "{{ apt_package_state }}"
php8.2-cli: "{{ apt_package_state }}"
php8.2-curl: "{{ apt_package_state }}"
php8.2-dev: "{{ apt_package_state }}"
php8.2-fpm: "{{ apt_package_state }}"
php8.2-imagick: "{{ apt_package_state }}"
php8.2-intl: "{{ apt_package_state }}"
php8.2-mbstring: "{{ apt_package_state }}"
php8.2-mysql: "{{ apt_package_state }}"
php8.2-xml: "{{ apt_package_state }}"
php8.2-xmlrpc: "{{ apt_package_state }}"
php8.2-zip: "{{ apt_package_state }}"

php_memcached_packages:
php8.2-memcached: "{{ apt_package_state }}"

php_xdebug_package: php8.2-xdebug

0 comments on commit dc941c4

Please sign in to comment.