diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b28bb10d..a2e22059 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -12,7 +12,7 @@ jobs: - name: Install PHP uses: shivammathur/setup-php@v2 with: - php-version: 8.1 + php-version: 8.2 coverage: none - name: Composer install run: composer install --no-interaction --no-ansi --no-progress diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7d0a3371..35a9a783 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,8 +9,8 @@ jobs: strategy: matrix: php-versions: - - 8.1 - 8.2 + - 8.3 steps: - name: Checkout uses: actions/checkout@v2