We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e8439fc + 6b8198c commit 32b60b9Copy full SHA for 32b60b9
2 files changed
.github/workflows/oci.yml
@@ -20,7 +20,7 @@ jobs:
20
matrix:
21
php-versions: ['7.4', '8.0', '8.1']
22
databases: ['oci']
23
- server-versions: ['master']
+ server-versions: ['stable25']
24
25
name: php${{ matrix.php-versions }}-${{ matrix.databases }}-${{ matrix.server-versions }}
26
.github/workflows/static-analysis.yml
@@ -13,7 +13,7 @@ jobs:
13
14
strategy:
15
16
- ocp-version: [ 'dev-master' ]
+ ocp-version: [ 'dev-stable25' ]
17
18
name: Nextcloud ${{ matrix.ocp-version }}
19
steps:
0 commit comments