Skip to content

Commit e9c3d9e

Browse files
authored
Merge pull request #228 from nextcloud/chore/publish-4.0.6-enterprise
chore: publish 4.0.6 to the enterprise channel
2 parents cbe94a2 + c596d8f commit e9c3d9e

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/phpunit.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,14 @@ jobs:
2222

2323
steps:
2424
- name: Set up php ${{ matrix.php-versions }}
25-
uses: shivammathur/setup-php@v2
25+
uses: shivammathur/setup-php@44454db4f0199b8b9685a5d763dc37cbf79108e1 # v2.36.0
2626
with:
2727
php-version: ${{ matrix.php-versions }}
2828
extensions: mbstring, iconv, fileinfo, intl
2929
coverage: none
3030

3131
- name: Checkout server
32-
uses: actions/checkout@v2
32+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
3333

3434
- name: Run unit tests
3535
run: |

config/config.php

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -39,12 +39,12 @@
3939
// enterprise
4040
// should point to that stable version, that was branded to the customers
4141
//
42-
$enterpriseReleaseDate = '2025-11-25 13:40';
43-
$enterpriseVersion = '3.17.4';
44-
$enterpriseVersionSignature = 'uMKB/UoExWbv8y8VxzX1IAkrS5zhGThK+jemdPJYaxQveB73WyOIZVfi5Me2kFMT52oLJ7uyxLifAgSJ/PzFAg==';
45-
$enterpriseVersionLength = 332821925;
46-
$enterpriseVersionFileProviderSignature = 'Etp40vzjOKAbiLOllzCZugCDkS+TMimkDUeIYigLCZAbIeKTMF7O+OpxiDEO58xfblj7xG2KKqvjej2fSrUcBA==';
47-
$enterpriseVersionFileProviderLength = 374673225;
42+
$enterpriseReleaseDate = '2026-01-28 11:30';
43+
$enterpriseVersion = '4.0.6';
44+
$enterpriseVersionSignature = 'yzAm+RTOEtHCEmz1L4JHiRJkdfKMIeFAqYEJlaYNYP6s5IBKLq7YZY1sbtlmKQttRqKurB67s7dCuaGA2A6VBA==';
45+
$enterpriseVersionLength = 345060719;
46+
$enterpriseVersionFileProviderSignature = 'BCONOVs9x/wJxP4y5i0gqdwEErYFy9HFfGHYyWuXxUn6mgzhMlFLt3lFQOsuVvz2ADsR+fEdIqSFiSN8zEDYAA==';
47+
$enterpriseVersionFileProviderLength = 373240934;
4848

4949
//
5050
// stable Qt5 (legacy)

0 commit comments

Comments
 (0)