Skip to content

Commit

Permalink
update versions
Browse files Browse the repository at this point in the history
Signed-off-by: dartcafe <[email protected]>
  • Loading branch information
dartcafe committed Nov 3, 2024
1 parent f5e11b1 commit ff98219
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions .github/ISSUE_TEMPLATE/BUG_REPORT.yml
Original file line number Diff line number Diff line change
Expand Up @@ -153,11 +153,11 @@ body:
description: |
Which Nextcloud Server version are you running.
options:
- "Nextcloud 25"
- "Nextcloud 26"
- "Nextcloud 27"
- "Nextcloud 28"
- "Nextcloud 29"
- "Nextcloud 30"
- "Nextcloud 31"
- "Other/Don't know"
validations:
required: true
Expand Down Expand Up @@ -186,7 +186,7 @@ body:
attributes:
label: Other PHP version
description: Add your _other_ PHP versoin
placeholder: i.e. PHP 7.4
placeholder: i.e. PHP 8.3

- type: dropdown
id: server-database
Expand Down
4 changes: 2 additions & 2 deletions .github/actions/setup-composer/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
name: Setup composer and PHP
inputs:
php-version:
description: 'PHP version (default: 8.0)'
description: 'PHP version (default: 8.2)'
required: false
default: '8.0'
default: '8.2'
php-tools:
description: 'Additional php tools'
required: false
Expand Down
4 changes: 2 additions & 2 deletions .github/actions/setup-server/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ inputs:
description: 'App to checkout (default: polls)'
php-version:
required: false
default: '8.0'
description: 'PHP version (default: 8.0)'
default: '8.2'
description: 'PHP version (default: 8.2)'
php-tools:
description: 'Additional php tools'
required: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/phpunit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
fail-fast: false
matrix:
php-versions: ['8.1']
server-versions: ['stable27']
server-versions: ['stable28']

name: SQLite

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/static-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
ocp-version: ['stable27', 'master']
ocp-version: ['stable28', 'master']
php-versions: ['8.1', '8.2', '8.3']

name: Psalm
Expand Down

0 comments on commit ff98219

Please sign in to comment.