diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 77587de5..03414153 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -16,7 +16,7 @@ jobs: strategy: fail-fast: true matrix: - php: [7.3, 7.4, '8.0', 8.1, 8.2, 8.3] + php: [7.4, '8.0', 8.1, 8.2, 8.3] laravel: [8, 9, 10, 11] exclude: - php: 7.3 @@ -52,7 +52,7 @@ jobs: echo "::add-matcher::${{ runner.tool_cache }}/phpunit.json" - name: Install PHP dependencies - run: composer update --prefer-stable --no-interaction --no-progress + run: composer update --prefer-stable --no-interaction --no-progress --with="illuminate/support:^${{ matrix.laravel }}" - name: Execute tests run: vendor/bin/pest tests/Php73Test.php