From ccdaf1d3f524ad7c1e8b822655dde1a8f01b2c7b Mon Sep 17 00:00:00 2001 From: Swapnil Sarwe Date: Sun, 24 May 2026 23:10:21 +0530 Subject: [PATCH] gh actions update --- .github/workflows/auto-update.yml | 4 ++-- .github/workflows/php-cs-fixer.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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 }}