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