File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed
Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1212 runs-on : ubuntu-latest
1313 strategy :
1414 matrix :
15- php-versions : [8.1, 8.2]
16- nextcloud-versions : ['stable26','stable27', 'stable28']
17- include :
18- - php-versions : 8.3
19- nextcloud-versions : ' stable28'
15+ php-versions : [8.1, 8.2, 8.3]
16+ nextcloud-versions : ['stable28']
2017 name : Nextcloud ${{ matrix.nextcloud-versions }} php${{ matrix.php-versions }} unit tests
2118 steps :
2219 - name : Set up php${{ matrix.php-versions }}
Original file line number Diff line number Diff line change @@ -4,7 +4,10 @@ All notable changes to this project will be documented in this file.
44The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ )
55and this project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
66
7- ## 1.2.0 - 2023.xx.yy Link devices to map
7+ ## 1.3.0 - 2023.12.12 Nextcloud Hub 7
8+ - Compability changes to Nextcloud 28.
9+
10+ ## 1.2.0 - 2023.12.11 Link devices to map
811### Added
912- Command for registering maps mimetypes [ #1098 ] ( https://github.com/nextcloud/maps/issues/1098 ) @ratte-rizzo
1013 [ #1118 ] ( https://github.com/nextcloud/maps/pull/1118 ) @tacruc
Original file line number Diff line number Diff line change 3333 <screenshot >https://raw.githubusercontent.com/nextcloud/maps/master/screenshots/screenshot3.png</screenshot >
3434 <dependencies >
3535 <lib >exif</lib >
36- <nextcloud min-version =" 26 " max-version =" 28" />
36+ <nextcloud min-version =" 28 " max-version =" 28" />
3737 <php min-version =" 8.1" max-version =" 8.3" />
3838 </dependencies >
3939 <repair-steps >
You canβt perform that action at this time.
0 commit comments