diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index 87963398..ca6fd6a3 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -13,15 +13,15 @@ jobs: fail-fast: true matrix: os: [ubuntu-latest, windows-latest] - php: [7.1, 7.4, 8.1, 8.2, 8.3] + php: [7.2, 7.4, 8.1, 8.2, 8.3] laravel: [10.*, 9.*, 5.5] stability: [prefer-lowest, prefer-stable] exclude: - - php: 7.1 + - php: 7.2 laravel: 8.* - - php: 7.1 + - php: 7.2 laravel: 9.* - - php: 7.1 + - php: 7.2 laravel: 10.* - php: 8.3 laravel: 5.5