Skip to content

Commit 8e6c245

Browse files
authored
Update ResponseTest.php
Signed-off-by: Rello <Rello@users.noreply.github.com>
1 parent 66e2e8d commit 8e6c245

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

tests/unit/ResponseTest.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -858,13 +858,13 @@ public function updateDataProvider(): array
858858
</channel>
859859
</rss>'
860860
],
861-
// #40 macOS 13 — not legacy, gets regular stable via sparkle
861+
// #40 macOS 14 — not legacy, gets regular stable via sparkle
862862
[
863863
'nextcloud',
864864
'macos',
865865
'1.9.0',
866866
'',
867-
'13.0',
867+
'14.0',
868868
'22.00.00',
869869
'stable',
870870
true,
@@ -885,13 +885,13 @@ public function updateDataProvider(): array
885885
</channel>
886886
</rss>'
887887
],
888-
// #41 macOS 13 — not legacy, gets regular beta via sparkle
888+
// #41 macOS 14 — not legacy, gets regular beta via sparkle
889889
[
890890
'nextcloud',
891891
'macos',
892892
'2.2.2-rc1',
893893
'',
894-
'13.0',
894+
'14.0',
895895
'22.00.00',
896896
'beta',
897897
true,

0 commit comments

Comments
 (0)