From 889ddaf61a3876d46b3a8e4956c092ee45c9da3b Mon Sep 17 00:00:00 2001 From: Alex Renoki Date: Thu, 4 Feb 2021 21:35:06 +0200 Subject: [PATCH] Upgraded tests --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a67a171..c77c1ce 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,8 +19,8 @@ jobs: strategy: matrix: php: - - '7.3' - '7.4' + - '8.0' laravel: - 7.* - 8.* @@ -37,7 +37,7 @@ jobs: steps: - uses: actions/checkout@v1 - + - name: Setup PHP uses: shivammathur/setup-php@v2 with: