diff --git a/.github/workflows/discord-release-notify.yml b/.github/workflows/discord-release-notify.yml index f73113098..ad30aa4f2 100644 --- a/.github/workflows/discord-release-notify.yml +++ b/.github/workflows/discord-release-notify.yml @@ -15,7 +15,7 @@ jobs: - name: Setup PHP and tools uses: shivammathur/setup-php@2.27.1 with: - php-version: 8.1 + php-version: 8.2 - name: Restore Composer package cache uses: actions/cache@v3 diff --git a/.github/workflows/draft-release.yml b/.github/workflows/draft-release.yml index 03bfedc89..d4f68ee0b 100644 --- a/.github/workflows/draft-release.yml +++ b/.github/workflows/draft-release.yml @@ -12,7 +12,7 @@ jobs: strategy: fail-fast: false matrix: - php-version: [8.1] + php-version: [8.2] steps: - uses: actions/checkout@v4 diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index c57cecb84..8bf6fd7d6 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -175,8 +175,8 @@ jobs: - name: Setup PHP and tools uses: shivammathur/setup-php@2.27.1 with: - php-version: 8.1 - tools: php-cs-fixer:3.17 + php-version: 8.2 + tools: php-cs-fixer:3.38 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/BUILDING.md b/BUILDING.md index 95197de6b..986f098e2 100644 --- a/BUILDING.md +++ b/BUILDING.md @@ -2,7 +2,7 @@ ## Pre-requisites - A bash shell (git bash is sufficient for Windows) - [`git`](https://git-scm.com) available in your shell -- PHP 8.1 or newer available in your shell +- PHP 8.2 or newer available in your shell - [`composer`](https://getcomposer.org) available in your shell ## Custom PHP binaries