From 3ce4cb8d44b50c1ea1afce075a041da35e83294d Mon Sep 17 00:00:00 2001 From: "P. K. Tharindu" Date: Thu, 10 Feb 2022 11:55:10 +0530 Subject: [PATCH] Update test suite (#8) --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index c844874..38e447f 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -10,7 +10,7 @@ jobs: strategy: fail-fast: false matrix: - php: [7.3, 7.4, 8.0] + php: [8.1, 8.0] laravel: [^8.0] name: PHP ${{ matrix.php }} - Laravel ${{ matrix.laravel }} steps: