summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorJoas Schilling <213943+nickvergessen@users.noreply.github.com>2023-05-24 08:34:59 +0200
committerGitHub <noreply@github.com>2023-05-24 08:34:59 +0200
commitdbe549c3bee051650f500a9e6a47815537403539 (patch)
tree861d660bbd99adc018f1c8b330e2551d53b1baab /.github
parenta1d7afaba89cd7448c402b319def8700e0a67fbd (diff)
Test occ-command-documentation.yml against correct server version
Signed-off-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/occ-command-documentation.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/occ-command-documentation.yml b/.github/workflows/occ-command-documentation.yml
index b6e653191..7d794bd06 100644
--- a/.github/workflows/occ-command-documentation.yml
+++ b/.github/workflows/occ-command-documentation.yml
@@ -33,8 +33,8 @@ jobs:
strategy:
matrix:
- php-versions: ['8.0', '8.1']
- server-versions: ['master']
+ php-versions: ['8.1']
+ server-versions: ['stable27']
steps:
- name: Set app env
@@ -81,7 +81,7 @@ jobs:
run: |
mkdir data
./occ maintenance:install --verbose --database=sqlite --database-name=nextcloud --database-host=127.0.0.1 --database-port=$DB_PORT --database-user=root --database-pass=rootpassword --admin-user admin --admin-pass password
- ./occ app:enable --force ${{ env.APP_NAME }}
+ ./occ app:enable ${{ env.APP_NAME }}
./occ config:system:set debug --value true --type boolean
- name: Check if documentation is up to date