0
0
Fork 0
mirror of https://github.com/kevinpapst/kimai2.git synced 2025-05-12 20:52:02 +00:00

allow PHP 8.4

This commit is contained in:
Kevin Papst 2024-11-21 22:51:52 +01:00
parent 0c26a2678e
commit cd05421d03
3 changed files with 4 additions and 4 deletions

View file

@ -19,7 +19,7 @@ jobs:
options: --health-cmd="mysqladmin ping" --health-interval=10s --health-timeout=5s --health-retries=3
strategy:
matrix:
php: ['8.1', '8.2', '8.3']
php: ['8.1', '8.2', '8.3', '8.4']
name: Integration (${{ matrix.php }})
steps:

View file

@ -14,7 +14,7 @@
}
],
"require": {
"php": "8.1.*||8.2.*||8.3.*",
"php": "8.1.*||8.2.*||8.3.*||8.4.*",
"ext-gd": "*",
"ext-intl": "*",
"ext-json": "*",

4
composer.lock generated
View file

@ -4,7 +4,7 @@
"Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
"This file is @generated automatically"
],
"content-hash": "6ff34e70d1bdec7cd8735c63697379f4",
"content-hash": "9fb3c44d9d057eaca308bc27cb107f13",
"packages": [
{
"name": "azuyalabs/yasumi",
@ -13716,7 +13716,7 @@
"prefer-stable": false,
"prefer-lowest": false,
"platform": {
"php": "8.1.*||8.2.*||8.3.*",
"php": "8.1.*||8.2.*||8.3.*||8.4.*",
"ext-gd": "*",
"ext-intl": "*",
"ext-json": "*",