Skip to content

Commit

Permalink
Use older version of Composer
Browse files Browse the repository at this point in the history
PHP Fatal error:  During class fetch: Uncaught Declaration of Crate\PDO\PDOCrateDB::prepare(string $statement, array $options = Array) should be compatible with PDO::prepare($statement, $options = NULL)
  • Loading branch information
amotl committed Feb 1, 2024
1 parent 3f082ba commit 3d7c139
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
with:
php-version: ${{ matrix.php-version }}
# Select PHPUnit version suitable for PHP 7.2.
tools: composer, phpunit:^8.5
tools: composer:2.4.4, phpunit:^8.5

- uses: ramsey/composer-install@v2

Expand Down

0 comments on commit 3d7c139

Please sign in to comment.