Skip to content

Commit 122ae8d

Browse files
committed
chore(PHP): Drop 8.2 for Nextcloud 35
Signed-off-by: provokateurin <kate@provokateurin.de>
1 parent 426cbeb commit 122ae8d

34 files changed

Lines changed: 56 additions & 56 deletions

.github/workflows/autocheckers.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646

4747
strategy:
4848
matrix:
49-
php-versions: ['8.2']
49+
php-versions: ['8.3']
5050

5151
name: PHP checkers
5252

@@ -79,7 +79,7 @@ jobs:
7979

8080
strategy:
8181
matrix:
82-
php-versions: ['8.2']
82+
php-versions: ['8.3']
8383

8484
name: Translation and Files checkers
8585

.github/workflows/files-external-ftp.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,10 +55,10 @@ jobs:
5555
strategy:
5656
fail-fast: false
5757
matrix:
58-
php-versions: ['8.2', '8.4']
58+
php-versions: ['8.3', '8.4']
5959
ftpd: ['proftpd', 'vsftpd', 'pure-ftpd']
6060
include:
61-
- php-versions: '8.2'
61+
- php-versions: '8.3'
6262
coverage: ${{ github.event_name != 'pull_request' }}
6363

6464
name: php${{ matrix.php-versions }}-${{ matrix.ftpd }}

.github/workflows/files-external-s3.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
strategy:
5656
fail-fast: false
5757
matrix:
58-
php-versions: ['8.2', '8.4']
58+
php-versions: ['8.3', '8.4']
5959
include:
6060
- php-versions: '8.3'
6161
coverage: ${{ github.event_name != 'pull_request' }}
@@ -146,7 +146,7 @@ jobs:
146146

147147
strategy:
148148
matrix:
149-
php-versions: ['8.2', '8.4']
149+
php-versions: ['8.3', '8.4']
150150
include:
151151
- php-versions: '8.3'
152152
coverage: ${{ github.event_name != 'pull_request' }}

.github/workflows/files-external-sftp.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,10 +55,10 @@ jobs:
5555
strategy:
5656
fail-fast: false
5757
matrix:
58-
php-versions: ['8.2', '8.4']
58+
php-versions: ['8.3', '8.4']
5959
sftpd: ['openssh']
6060
include:
61-
- php-versions: '8.2'
61+
- php-versions: '8.3'
6262
coverage: ${{ github.event_name != 'pull_request' }}
6363

6464
name: php${{ matrix.php-versions }}-${{ matrix.sftpd }}

.github/workflows/files-external-smb.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
fail-fast: false
5757
matrix:
5858
include:
59-
- php-versions: '8.2'
59+
- php-versions: '8.3'
6060
coverage: ${{ github.event_name != 'pull_request' }}
6161

6262
name: php${{ matrix.php-versions }}-smb

.github/workflows/files-external-webdav.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
matrix:
5858
php-versions: ['8.3', '8.4']
5959
include:
60-
- php-versions: '8.2'
60+
- php-versions: '8.3'
6161
coverage: ${{ github.event_name != 'pull_request' }}
6262

6363
name: php${{ matrix.php-versions }}-webdav

.github/workflows/files-external.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
matrix:
5858
php-versions: ['8.3', '8.4']
5959
include:
60-
- php-versions: '8.2'
60+
- php-versions: '8.3'
6161
coverage: ${{ github.event_name != 'pull_request' }}
6262

6363
name: php${{ matrix.php-versions }}-generic

.github/workflows/integration-dav.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
strategy:
4646
fail-fast: false
4747
matrix:
48-
php-versions: ['8.2']
48+
php-versions: ['8.3']
4949
endpoint: ['old', 'new']
5050
service: ['CalDAV', 'CardDAV']
5151

.github/workflows/integration-litmus.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
strategy:
4646
fail-fast: false
4747
matrix:
48-
php-versions: ['8.2']
48+
php-versions: ['8.3']
4949
endpoint: ['webdav', 'dav']
5050

5151
name: Litmus WebDAV ${{ matrix.endpoint }}

.github/workflows/integration-s3-primary.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
strategy:
5555
fail-fast: false
5656
matrix:
57-
php-versions: ['8.2']
57+
php-versions: ['8.3']
5858
key: ['objectstore', 'objectstore_multibucket']
5959

6060
name: php${{ matrix.php-versions }}-${{ matrix.key }}-minio

0 commit comments

Comments
 (0)