Skip to content

Commit 0ba262c

Browse files
Merge pull request #987 from nextcloud/fix/noid/oci-stable22
use stable22 for oci tests
2 parents 2968486 + 513850a commit 0ba262c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/phpunit.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -210,8 +210,9 @@ jobs:
210210
matrix:
211211
php-versions: ['7.4']
212212
databases: ['oci']
213+
server-versions: ["stable22"]
213214

214-
name: php${{ matrix.php-versions }}-${{ matrix.databases }}
215+
name: php${{ matrix.php-versions }}-${{ matrix.databases }}-${{ matrix.server-versions }}
215216

216217
services:
217218
oracle:
@@ -224,7 +225,7 @@ jobs:
224225
uses: actions/checkout@v2
225226
with:
226227
repository: nextcloud/server
227-
ref: ${{ env.GITHUB_BASE_REF }}
228+
ref: ${{ matrix.server-versions }}
228229

229230
- name: Checkout submodules
230231
shell: bash

0 commit comments

Comments
 (0)