diff --git a/.github/workflows/run-tests.yml b/.github/workflows/run-tests.yml index c41794c..aea69f5 100644 --- a/.github/workflows/run-tests.yml +++ b/.github/workflows/run-tests.yml @@ -13,7 +13,7 @@ jobs: fail-fast: true matrix: os: [ubuntu-latest, windows-latest] - php: [8.3,8.2, 8.1] + php: [8.3] laravel: [10.*, 11.*] stability: [prefer-lowest, prefer-stable] include: @@ -21,9 +21,6 @@ jobs: testbench: 8.* - laravel: 11.* testbench: 9.* - exclude: - - php: 8.1 - laravel: 11.* name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }} diff --git a/bin/v2-art.png b/bin/v2-art.png new file mode 100644 index 0000000..7b28a53 Binary files /dev/null and b/bin/v2-art.png differ