Skip to content

Commit

Permalink
🔧 Add PHP 8.3 support
Browse files Browse the repository at this point in the history
  • Loading branch information
retlehs committed Apr 18, 2024
1 parent 06a5686 commit 99a5cee
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions roles/php/vars/8.3.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
php_extensions_default:
php8.3-bcmath: "{{ apt_package_state }}"
php8.3-cli: "{{ apt_package_state }}"
php8.3-curl: "{{ apt_package_state }}"
php8.3-dev: "{{ apt_package_state }}"
php8.3-fpm: "{{ apt_package_state }}"
php8.3-imagick: "{{ apt_package_state }}"
php8.3-intl: "{{ apt_package_state }}"
php8.3-mbstring: "{{ apt_package_state }}"
php8.3-mysql: "{{ apt_package_state }}"
php8.3-xml: "{{ apt_package_state }}"
php8.3-xmlrpc: "{{ apt_package_state }}"
php8.3-zip: "{{ apt_package_state }}"

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

php_xdebug_package: php8.3-xdebug

0 comments on commit 99a5cee

Please sign in to comment.