From e359b7882c0c2c1ba6b3971a267b091bd1a84206 Mon Sep 17 00:00:00 2001 From: Maxim Smakouz Date: Mon, 5 Feb 2024 14:57:51 +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 504edfd..3b86822 100644 --- a/.github/workflows/phpunit.yml +++ b/.github/workflows/phpunit.yml @@ -2,7 +2,6 @@ on: pull_request: null push: branches: - - master - '*.*' name: phpunit @@ -13,7 +12,5 @@ jobs: with: os: >- ['ubuntu-latest'] - php: >- - ['8.1', '8.2'] stability: >- ['prefer-lowest', 'prefer-stable'] diff --git a/.github/workflows/psalm.yml b/.github/workflows/psalm.yml index 02a83d3..eea1d20 100644 --- a/.github/workflows/psalm.yml +++ b/.github/workflows/psalm.yml @@ -2,7 +2,6 @@ on: pull_request: null push: branches: - - master - '*.*' name: static analysis @@ -13,5 +12,3 @@ jobs: with: os: >- ['ubuntu-latest'] - php: >- - ['8.1'] diff --git a/README.md b/README.md index beb190c..ee32d0f 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ with much greater performance and flexibility.

Official Website | - Documentation + Documentation

Repository: diff --git a/composer.json b/composer.json index 4677ad7..a715d92 100644 --- a/composer.json +++ b/composer.json @@ -31,7 +31,7 @@ ], "homepage": "https://spiral.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"