1 Commits

Author SHA1 Message Date
b789df1b66 Update image to git.qlic.nl/qlic/quality:php8.4 2026-03-14 10:58:52 +00:00

View File

@@ -4,7 +4,7 @@ on:
image: image:
required: false required: false
type: string type: string
default: git.qlic.nl/qlic/quality:php8.3 default: git.qlic.nl/qlic/quality:php8.4
username: username:
required: false required: false
type: string type: string
@@ -49,13 +49,13 @@ jobs:
args: ${{ inputs.composer-args }} args: ${{ inputs.composer-args }}
- name: Cache PHPStan - name: Cache PHPStan
uses: actions/cache@v5 uses: actions/cache@v4
with: with:
path: .phpstan path: .phpstan
key: phpstan-${{ hashFiles('composer.lock', 'phpstan.dist.neon') }} key: phpstan-${{ hashFiles('composer.lock', 'phpstan.dist.neon') }}
- name: Cache PHP CS Fixer - name: Cache PHP CS Fixer
uses: actions/cache@v5 uses: actions/cache@v4
with: with:
path: .php-cs-fixer.cache path: .php-cs-fixer.cache
key: phpcs-${{ hashFiles('composer.lock', '.php-cs-fixer.dist.php') }} key: phpcs-${{ hashFiles('composer.lock', '.php-cs-fixer.dist.php') }}