Skip to content

Commit d3c6ac2

Browse files
authored
Merge pull request #98 from php-school/fix-php8-support
Try fix php8 support
2 parents f754c8e + 29056c8 commit d3c6ac2

File tree

2 files changed

+93
-82
lines changed

2 files changed

+93
-82
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ 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

0 commit comments

Comments
 (0)