Skip to content

Commit

Permalink
Add php8.3 variant
Browse files Browse the repository at this point in the history
  • Loading branch information
Szpadel committed Apr 15, 2024
1 parent c02314e commit aa799a5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions hooks/variants
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ IMAGE_VARIANTS=(
'VARIANT_NAME="php81-es7-mariadb1010" ; PHP_VERSION="8.1" ; ELASTICSEARCH_VERSION="7.17.3-x86_64" ; MARIADB_VERSION="10.10" ; COMPOSER_VERSION=2'
'VARIANT_NAME="php81-es7-mysql80" ; PHP_VERSION="8.1" ; ELASTICSEARCH_VERSION="7.17.3-x86_64" ; MYSQL_VERSION="8.0" ; COMPOSER_VERSION=2 ; MYSQL_FLAVOR=mysql'
'VARIANT_NAME="php82-es84-mysql80" ; PHP_VERSION="8.2" ; ELASTICSEARCH_VERSION="8.4.3-x86_64" ; MYSQL_VERSION="8.0" ; COMPOSER_VERSION=2 ; MYSQL_FLAVOR=mysql'
'VARIANT_NAME="php83-es811-mysql80" ; PHP_VERSION="8.3" ; ELASTICSEARCH_VERSION="8.11.4-x86_64" ; MYSQL_VERSION="8.0" ; COMPOSER_VERSION=2 ; MYSQL_FLAVOR=mysql'
)

function generate_table() {
Expand Down

0 comments on commit aa799a5

Please sign in to comment.