Skip to content

Commit

Permalink
Merge pull request #9599 from nextcloud/nickvergessen-patch-1
Browse files Browse the repository at this point in the history
Test command documentation only against 8.2
  • Loading branch information
nickvergessen authored May 24, 2023
2 parents 42064a8 + b03de42 commit cbc47f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/occ-command-documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:

strategy:
matrix:
php-versions: ['8.0', '8.1']
php-versions: ['8.2']
server-versions: ['master']

steps:
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit cbc47f5

Please sign in to comment.