From 824ee86652b17204fb47a6ef4d157334d0b783d1 Mon Sep 17 00:00:00 2001 From: DeveloperMarius Date: Tue, 23 Mar 2021 13:25:44 +0100 Subject: [PATCH] Try to fix composer install missing --- .github/workflows/ci.yml | 4 ++-- tests/bootstrap.php | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 680ee3b..b635062 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,8 +21,8 @@ jobs: - 7.4 phpunit-version: - 8.5.2 -# dependencies: -# - lowest + dependencies: + - lowest # - highest include: - os: ubuntu-latest diff --git a/tests/bootstrap.php b/tests/bootstrap.php index 5258258..22f8cd2 100644 --- a/tests/bootstrap.php +++ b/tests/bootstrap.php @@ -1,4 +1,4 @@