summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorJoas Schilling <213943+nickvergessen@users.noreply.github.com>2023-05-24 08:31:51 +0200
committerGitHub <noreply@github.com>2023-05-24 08:31:51 +0200
commitcad7283f031508a743585e7cd9af8d76b23d8a76 (patch)
tree43b5e543c883972a5763716df6cac6a0f2520fff /.github
parent42064a862c0ab412921b869d3c7b4a57ce200b17 (diff)
Test command documentation only against 8.2
Signed-off-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/occ-command-documentation.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/occ-command-documentation.yml b/.github/workflows/occ-command-documentation.yml
index b6e653191..e987aa9e7 100644
--- a/.github/workflows/occ-command-documentation.yml
+++ b/.github/workflows/occ-command-documentation.yml
@@ -33,7 +33,7 @@ jobs:
strategy:
matrix:
- php-versions: ['8.0', '8.1']
+ php-versions: ['8.2']
server-versions: ['master']
steps: