fix php version
This commit is contained in:
@@ -12,7 +12,7 @@ jobs:
|
||||
- name: Set up PHP
|
||||
uses: shivammathur/setup-php@v2
|
||||
with:
|
||||
php-version: '8.1'
|
||||
php-version: '8.3.0'
|
||||
- name: Install dependencies
|
||||
run: composer install
|
||||
- name: Run PHPUnit tests
|
||||
|
||||
Reference in New Issue
Block a user