Skip to content

Commit 1c64234

Browse files
committed
Fix documentation links
1 parent 7729632 commit 1c64234

File tree

3 files changed

+2
-6
lines changed

3 files changed

+2
-6
lines changed

.github/workflows/phpunit.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,5 @@ jobs:
1212
with:
1313
os: >-
1414
['ubuntu-latest']
15-
php: >-
16-
['8.1', '8.2']
1715
stability: >-
1816
['prefer-stable']

.github/workflows/psalm.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,3 @@ jobs:
1212
with:
1313
os: >-
1414
['ubuntu-latest']
15-
php: >-
16-
['8.1']

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@
2020
"email": "gam6itko@gmail.com"
2121
}
2222
],
23-
"homepage": "https://spiral.dev/",
23+
"homepage": "https://roadrunner.dev",
2424
"support": {
25-
"docs": "https://roadrunner.dev/docs",
25+
"docs": "https://docs.roadrunner.dev",
2626
"issues": "https://github.com/roadrunner-server/roadrunner/issues",
2727
"forum": "https://forum.roadrunner.dev/",
2828
"chat": "https://discord.gg/V6EK4he"

0 commit comments

Comments
 (0)