diff --git a/.github/workflows/auto-update.yml b/.github/workflows/auto-update.yml index a9aee78..444508f 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.2] - laravel: [^8.2] + php: [8.5] + laravel: [^13.0] name: PHP ${{ matrix.php }} - Laravel ${{ matrix.laravel }} diff --git a/.github/workflows/php-cs-fixer.yml b/.github/workflows/php-cs-fixer.yml index aaeaedb..1272646 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.1] - laravel: [^10.0] + php: [8.5] + laravel: [^13.0] name: PHP ${{ matrix.php }} - Laravel ${{ matrix.laravel }}