Skip to content

Commit

Permalink
Merge pull request #98 from php-school/fix-php8-support
Browse files Browse the repository at this point in the history
Try fix php8 support
  • Loading branch information
AydinHassan committed Jan 20, 2021
2 parents f754c8e + 29056c8 commit d3c6ac2
Show file tree
Hide file tree
Showing 2 changed files with 93 additions and 82 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
uses: shivammathur/setup-php@v2
with:
php-version: ${{ matrix.php }}
tools: composer:v1,pecl
tools: composer:v2,pecl
extensions: pdo_sqlite

- name: Install Dependencies
Expand Down
Loading

0 comments on commit d3c6ac2

Please sign in to comment.