diff --git a/.github/workflows/auto-update.yml b/.github/workflows/auto-update.yml index 65934b2..a9aee78 100644 --- a/.github/workflows/auto-update.yml +++ b/.github/workflows/auto-update.yml @@ -11,8 +11,8 @@ jobs: strategy: fail-fast: true matrix: - php: [8.0] - laravel: [^8.0] + php: [8.2] + laravel: [^8.2] name: PHP ${{ matrix.php }} - Laravel ${{ matrix.laravel }} diff --git a/.github/workflows/php-cs-fixer.yml b/.github/workflows/php-cs-fixer.yml index 22b293b..aaeaedb 100644 --- a/.github/workflows/php-cs-fixer.yml +++ b/.github/workflows/php-cs-fixer.yml @@ -9,8 +9,8 @@ jobs: strategy: fail-fast: true matrix: - php: [8.0] - laravel: [^8.0] + php: [8.1] + laravel: [^10.0] name: PHP ${{ matrix.php }} - Laravel ${{ matrix.laravel }}