This commit is contained in:
Dylan T. 2025-06-26 00:11:26 +01:00 committed by GitHub
parent 92c3ce7f02
commit 3176e7549e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -23,9 +23,9 @@ jobs:
- name: Setup PHP
uses: pmmp/setup-php-action@3.2.0
with:
php-version: ${{ inputs.php }}
php-version: 8.3
install-path: "./bin"
pm-version-major: ${{ inputs.pm-version-major }}
pm-version-major: 5
- name: Restore Composer package cache
uses: actions/cache@v4