diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 47c1c0a..7c36865 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,12 +8,14 @@ jobs: strategy: fail-fast: true matrix: - php: [ 7.4, 8.1 ] + php: [ 7.4, 8.1, 8.2 ] include: - php: 7.4 laravel: 6.20 - php: 8.1 laravel: 10.14 + - php: 8.2 + laravel: 10.14 name: PHP ${{ matrix.php }} - Laravel ${{ matrix.laravel }} steps: