Skip to content

Commit 9129414

Browse files
committed
Set max-version to 27
Signed-off-by: Olav Seyfarth <[email protected]>
1 parent 76666e4 commit 9129414

File tree

5 files changed

+881
-754
lines changed

5 files changed

+881
-754
lines changed

.github/workflows/static-analysis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,14 @@ jobs:
1212
- 'dev-stable24'
1313
- 'dev-stable25'
1414
- 'dev-stable26'
15+
- 'dev-stable27'
1516
- 'dev-master'
1617
php:
1718
- '8.0'
1819
- '8.1'
1920
include:
21+
- ocp: 'dev-stable27'
22+
php: '8.2'
2023
- ocp: 'dev-stable26'
2124
php: '8.2'
2225
- ocp: 'dev-master'

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,17 @@
11
# Changelog
22
Notable changes in [changelog format](https://keepachangelog.com/en/1.0.0/), project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html)
33

4+
## 2.7.3 (2023-05-06)
5+
6+
### Added
7+
8+
- Support for Nextcloud 27 (tested against beta1)
9+
410
## 2.7.2 (2023-03-04)
511

612
### Added
713

8-
- Support for Nextcloud 26 (rested against RC1)
14+
- Support for Nextcloud 26 (tested against RC1)
915
- Support for PHP 8.2
1016

1117
### Removed

appinfo/info.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
<?xml version="1.0"?>
22
<info xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://apps.nextcloud.com/schema/apps/info.xsd">
33
<id>twofactor_email</id>
4-
<version>2.7.2</version>
4+
<version>2.7.3</version>
55
<dependencies>
6-
<nextcloud min-version="24" max-version="26" />
6+
<nextcloud min-version="24" max-version="27" />
77
<php min-version="8.0" max-version="8.2" />
88
</dependencies>
99
<repository type="git">https://github.com/nursoda/twofactor_email.git</repository>

0 commit comments

Comments
 (0)