Skip to content

Commit c6fb299

Browse files
authored
Merge pull request #22 from roadrunner-php/php83
Remove PHP versions from GitHub Actions, fix the documentation link
2 parents 098fca5 + e359b78 commit c6fb299

File tree

4 files changed

+2
-8
lines changed

4 files changed

+2
-8
lines changed

.github/workflows/phpunit.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ on:
22
pull_request: null
33
push:
44
branches:
5-
- master
65
- '*.*'
76

87
name: phpunit
@@ -13,7 +12,5 @@ jobs:
1312
with:
1413
os: >-
1514
['ubuntu-latest']
16-
php: >-
17-
['8.1', '8.2']
1815
stability: >-
1916
['prefer-lowest', 'prefer-stable']

.github/workflows/psalm.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ on:
22
pull_request: null
33
push:
44
branches:
5-
- master
65
- '*.*'
76

87
name: static analysis
@@ -13,5 +12,3 @@ jobs:
1312
with:
1413
os: >-
1514
['ubuntu-latest']
16-
php: >-
17-
['8.1']

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ with much greater performance and flexibility.
1919

2020
<p align="center">
2121
<a href="https://roadrunner.dev/"><b>Official Website</b></a> |
22-
<a href="https://roadrunner.dev/docs"><b>Documentation</b></a>
22+
<a href="https://docs.roadrunner.dev"><b>Documentation</b></a>
2323
</p>
2424

2525

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
],
3232
"homepage": "https://spiral.dev/",
3333
"support": {
34-
"docs": "https://roadrunner.dev/docs",
34+
"docs": "https://docs.roadrunner.dev",
3535
"issues": "https://github.com/roadrunner-server/roadrunner/issues",
3636
"forum": "https://forum.roadrunner.dev/",
3737
"chat": "https://discord.gg/V6EK4he"

0 commit comments

Comments
 (0)