Skip to content

Commit

Permalink
Set max-version to 27
Browse files Browse the repository at this point in the history
Signed-off-by: Olav Seyfarth <[email protected]>
  • Loading branch information
nursoda committed May 5, 2023
1 parent 76666e4 commit 9129414
Show file tree
Hide file tree
Showing 5 changed files with 881 additions and 754 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/static-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,14 @@ jobs:
- 'dev-stable24'
- 'dev-stable25'
- 'dev-stable26'
- 'dev-stable27'
- 'dev-master'
php:
- '8.0'
- '8.1'
include:
- ocp: 'dev-stable27'
php: '8.2'
- ocp: 'dev-stable26'
php: '8.2'
- ocp: 'dev-master'
Expand Down
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,17 @@
# Changelog
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)

## 2.7.3 (2023-05-06)

### Added

- Support for Nextcloud 27 (tested against beta1)

## 2.7.2 (2023-03-04)

### Added

- Support for Nextcloud 26 (rested against RC1)
- Support for Nextcloud 26 (tested against RC1)
- Support for PHP 8.2

### Removed
Expand Down
4 changes: 2 additions & 2 deletions appinfo/info.xml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<?xml version="1.0"?>
<info xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://apps.nextcloud.com/schema/apps/info.xsd">
<id>twofactor_email</id>
<version>2.7.2</version>
<version>2.7.3</version>
<dependencies>
<nextcloud min-version="24" max-version="26" />
<nextcloud min-version="24" max-version="27" />
<php min-version="8.0" max-version="8.2" />
</dependencies>
<repository type="git">https://github.com/nursoda/twofactor_email.git</repository>
Expand Down
Loading

0 comments on commit 9129414

Please sign in to comment.