diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1414c52..163506b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,6 +13,8 @@ jobs: exclude: - laravel: "^6.0" php: "8.1" + - laravel: "^10.0" + php: "8.0" name: Tests (PHPUnit) - L${{ matrix.laravel }}