fix php version
Some checks failed
Launch the PHPunit tests / phpunit-tests (push) Failing after 1m52s
Push image to registry / build-image (push) Has been cancelled

This commit is contained in:
2025-11-06 17:25:31 +01:00
parent 82460aa727
commit 5ce8fbd444

View File

@@ -12,7 +12,7 @@ jobs:
- name: Set up PHP - name: Set up PHP
uses: shivammathur/setup-php@v2 uses: shivammathur/setup-php@v2
with: with:
php-version: '8.1' php-version: '8.3.0'
- name: Install dependencies - name: Install dependencies
run: composer install run: composer install
- name: Run PHPUnit tests - name: Run PHPUnit tests