From ef992833f33a078ffbf196fb7626f2c2257a049d Mon Sep 17 00:00:00 2001 From: PabloKowalczyk <11366345+PabloKowalczyk@users.noreply.github.com> Date: Thu, 8 Jan 2026 17:14:10 +0100 Subject: [PATCH] Release v3.9.0 --- .github/workflows/php.yaml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/php.yaml b/.github/workflows/php.yaml index 4fd773e..f452268 100644 --- a/.github/workflows/php.yaml +++ b/.github/workflows/php.yaml @@ -3,8 +3,8 @@ name: PHP on: pull_request: branches: - - '3.8' - '3.9' + - '3.10' push: null permissions: {} diff --git a/README.md b/README.md index 23f0a6c..aaf90eb 100644 --- a/README.md +++ b/README.md @@ -936,7 +936,7 @@ You can support further Crunz development by [GitHub](https://github.com/sponsor ### Which branch should I choose? -Bug fixes and readme changes should target `3.8`, new features should target `3.9`. +Bug fixes and readme changes should target `3.9`, new features should target `3.10`. ## If You Need Help