From b9886acec6feb30e38938c1a1010136a522eb2ee Mon Sep 17 00:00:00 2001 From: Maxim Smakouz Date: Wed, 7 Feb 2024 19:01:30 +0200 Subject: [PATCH] Remove PHP versions from GitHub Actions, fix the documentation link --- .github/workflows/phpunit.yml | 3 --- .github/workflows/psalm.yml | 3 --- README.md | 2 +- composer.json | 2 +- 4 files changed, 2 insertions(+), 8 deletions(-) diff --git a/.github/workflows/phpunit.yml b/.github/workflows/phpunit.yml index 5e1b7c4..af84cc7 100644 --- a/.github/workflows/phpunit.yml +++ b/.github/workflows/phpunit.yml @@ -1,7 +1,6 @@ on: push: branches: - - master - '*.*' pull_request: null @@ -13,7 +12,5 @@ jobs: with: os: >- ['ubuntu-latest'] - php: >- - ['8.1', '8.2'] stability: >- ['prefer-stable'] diff --git a/.github/workflows/psalm.yml b/.github/workflows/psalm.yml index bdb570c..adf59f0 100644 --- a/.github/workflows/psalm.yml +++ b/.github/workflows/psalm.yml @@ -1,7 +1,6 @@ on: push: branches: - - master - '*.*' pull_request: null @@ -13,5 +12,3 @@ jobs: with: os: >- ['ubuntu-latest'] - php: >- - ['8.1'] diff --git a/README.md b/README.md index 650507a..d027741 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ application. ## Documentation -You can find more information about RoadRunner GRPC plugin in the [official documentation](https://roadrunner.dev/docs/plugins-grpc). +You can find more information about RoadRunner GRPC plugin in the [official documentation](https://docs.roadrunner.dev/plugins/grpc). ## Example diff --git a/composer.json b/composer.json index 9880b69..727c0c5 100644 --- a/composer.json +++ b/composer.json @@ -27,7 +27,7 @@ ], "homepage": "https://roadrunner.dev/", "support": { - "docs": "https://roadrunner.dev/docs", + "docs": "https://docs.roadrunner.dev", "issues": "https://github.com/roadrunner-server/roadrunner/issues", "forum": "https://forum.roadrunner.dev/", "chat": "https://discord.gg/V6EK4he"