diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index c18a336..933c977 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -6,6 +6,7 @@ on: pull_request: branches: [master] + jobs: php-tests: runs-on: ubuntu-latest @@ -32,16 +33,16 @@ jobs: php: '8.2' testbench: '8.*' - laravel: '9.*' - php: '8.2' + php: '8.3' testbench: '7.*' - laravel: '9.*' - php: '8.1' + php: '8.2' testbench: '7.*' - laravel: '8.*' - php: '8.0' + php: '8.1' testbench: '6.*' - laravel: '8.*' - php: '8.1' + php: '8.0' testbench: '6.*' name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.dependency-version }} - ubuntu-latest