1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/kimai2_ynh.git synced 2024-09-03 19:26:26 +02:00

Upgrade PHP version to 8.2 (#104)

* Testing (#103)

* Auto-update READMEs

* Update manifest.toml

* Upgrade to v2.15.0 (#96)

* Upgrade to v2.15.0

* Auto-update READMEs

---------

Co-authored-by: eric_G <46165813+ericgaspar@users.noreply.github.com>

* Upgrade to v2.16.0 (#98)

* Upgrade to v2.16.0

* Auto-update READMEs

* Upgrade to v2.16.1 (#101)

* Upgrade to v2.16.1

* Auto-update READMEs

* Auto-update READMEs

* Upgrade to v2.17.0 (#102)

* Upgrade to v2.17.0

* Auto-update READMEs

* Auto-update READMEs

---------

Co-authored-by: yunohost-bot <yunohost@yunohost.org>
Co-authored-by: YunoHost Bot <yunohost-bot@users.noreply.github.com>

* Update manifest.toml

Upgrade php to v8.2

---------

Co-authored-by: eric_G <46165813+ericgaspar@users.noreply.github.com>
Co-authored-by: yunohost-bot <yunohost@yunohost.org>
Co-authored-by: YunoHost Bot <yunohost-bot@users.noreply.github.com>
This commit is contained in:
CodeShakingSheep 2024-06-10 11:53:15 -05:00 committed by GitHub
parent 7f784f5588
commit bad9b98dad
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -77,17 +77,17 @@ ram.runtime = "80M"
[resources.apt] [resources.apt]
packages = [ packages = [
"php8.1-gd", "php8.2-gd",
"php8.1-intl", "php8.2-intl",
"php8.1-json", "php8.2-json",
"php8.1-mbstring", "php8.2-mbstring",
"php8.1-pdo", "php8.2-pdo",
"php8.1-zip", "php8.2-zip",
"php8.1-xml", "php8.2-xml",
"php8.1-xsl", "php8.2-xsl",
"php8.1-ldap", "php8.2-ldap",
"php8.1-mysql", "php8.2-mysql",
"php8.1-sqlite3", "php8.2-sqlite3",
"mariadb-server", "mariadb-server",
] ]