Skip to content

Commit cb81d1f

Browse files
committed
Try fix php8 support
1 parent f754c8e commit cb81d1f

File tree

2 files changed

+94
-83
lines changed

2 files changed

+94
-83
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@ jobs:
2323
uses: shivammathur/setup-php@v2
2424
with:
2525
php-version: ${{ matrix.php }}
26-
tools: composer:v1,pecl
26+
tools: composer:v2,pecl
2727
extensions: pdo_sqlite
2828

2929
- name: Install Dependencies
30-
run: composer update
30+
run: composer install
3131

3232
- name: Run phpunit tests
3333
run: |

0 commit comments

Comments
 (0)