Skip to content

Commit a3e7343

Browse files
fixup! chore: Bisect integration tests
Signed-off-by: Christoph Wurst <[email protected]>
1 parent dc0c151 commit a3e7343

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -63,16 +63,16 @@ jobs:
6363
strategy:
6464
matrix:
6565
php-versions: ['8.3']
66-
nextcloud-versions: ['chore/mail-bisect-ee48cafd200233203a1444dba797ef3eb89a35ca']
66+
nextcloud-versions: ['fix/dav/create-sab-in-transaction']
6767
db: ['sqlite', 'mysql', 'pgsql']
6868
cache: ['nocache']
6969
include:
7070
- php-versions: 8.1
71-
nextcloud-versions: 'chore/mail-bisect-ee48cafd200233203a1444dba797ef3eb89a35ca'
71+
nextcloud-versions: 'fix/dav/create-sab-in-transaction'
7272
db: 'sqlite'
7373
cache: 'redis'
7474
- php-versions: 8.2
75-
nextcloud-versions: 'chore/mail-bisect-ee48cafd200233203a1444dba797ef3eb89a35ca'
75+
nextcloud-versions: 'fix/dav/create-sab-in-transaction'
7676
db: 'mysql'
7777
cache: 'redis'
7878
- php-versions: 8.2

0 commit comments

Comments
 (0)