diff --git a/.github/ISSUE_TEMPLATE/BUG_REPORT.yml b/.github/ISSUE_TEMPLATE/BUG_REPORT.yml index d72a39a83..0d06f2276 100644 --- a/.github/ISSUE_TEMPLATE/BUG_REPORT.yml +++ b/.github/ISSUE_TEMPLATE/BUG_REPORT.yml @@ -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 @@ -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 diff --git a/.github/actions/setup-composer/action.yml b/.github/actions/setup-composer/action.yml index a8d982b78..39b11a875 100644 --- a/.github/actions/setup-composer/action.yml +++ b/.github/actions/setup-composer/action.yml @@ -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 diff --git a/.github/actions/setup-server/action.yml b/.github/actions/setup-server/action.yml index c258ba3be..fa1149a47 100644 --- a/.github/actions/setup-server/action.yml +++ b/.github/actions/setup-server/action.yml @@ -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 diff --git a/.github/workflows/phpunit.yml b/.github/workflows/phpunit.yml index 4c3276081..40b89297b 100644 --- a/.github/workflows/phpunit.yml +++ b/.github/workflows/phpunit.yml @@ -26,7 +26,7 @@ jobs: fail-fast: false matrix: php-versions: ['8.1'] - server-versions: ['stable27'] + server-versions: ['stable28'] name: SQLite diff --git a/.github/workflows/static-analysis.yml b/.github/workflows/static-analysis.yml index 378af9538..31c7d30c8 100644 --- a/.github/workflows/static-analysis.yml +++ b/.github/workflows/static-analysis.yml @@ -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