From bffb2524469abbe9aea86a617f8260f674078be3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lu=C3=ADs=20Dalmolin?= Date: Mon, 21 Oct 2024 17:03:17 -0300 Subject: [PATCH] wip --- .github/tests.yml | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/.github/tests.yml b/.github/tests.yml index 001747b..20af1f4 100644 --- a/.github/tests.yml +++ b/.github/tests.yml @@ -12,16 +12,11 @@ jobs: strategy: fail-fast: true matrix: - php: [ 8.1, 8.2, 8.3 ] - laravel: [ 10.*, 11.* ] + php: [ 8.2, 8.3 ] + laravel: [ 11.* ] include: - laravel: 11.* - pest: 3.* - laravel: 10.* - pest: 2.* - exclude: - - laravel: 11.* - php: 8.1 name: Paragon Tests - PHP ${{ matrix.php }} - Laravel ${{ matrix.laravel }} @@ -47,8 +42,6 @@ jobs: run: | composer --version composer require "laravel/framework:${{ matrix.laravel }}" --no-interaction --no-update - composer require "pestphp/pest:${{ matrix.pest }}" --no-interaction --no-update --dev - composer require "pestphp/pest-plugin-laravel:${{ matrix.pest }}" --no-interaction --no-update --dev composer update --prefer-dist --no-interaction --no-suggest --dev composer dump