PHP version detection works if you give it a version to detect...

This commit is contained in:
Greyscale 2024-05-19 04:12:54 +02:00
parent 048637f624
commit 81700414e3
No known key found for this signature in database
GPG key ID: 74BAFF55434DA4B2
2 changed files with 3 additions and 2 deletions

View file

@ -51,6 +51,6 @@ jobs:
cache-from: ${{ env.DOCKER_CACHE_FROM }}
cache-to: ${{ env.DOCKER_CACHE_TO }}
build-contexts: |
php:cli=docker-image://ghcr.io/benzine-framework/php:cli-8.2
php:nginx=docker-image://ghcr.io/benzine-framework/php:nginx-8.2
php:cli=docker-image://ghcr.io/benzine-framework/php:cli-${{ env.PHP_VERSION }}
php:nginx=docker-image://ghcr.io/benzine-framework/php:nginx-${{ env.PHP_VERSION }}

View file

@ -13,6 +13,7 @@
}
],
"require": {
"php": "^8.2",
"guzzlehttp/guzzle": "^7.8",
"vlucas/phpdotenv": "^5.6",
"kint-php/kint": "^5.1"