fix php version
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user