Skip to content

Commit

Permalink
Merge pull request #5595 from nextcloud/chore/update-version-29
Browse files Browse the repository at this point in the history
  • Loading branch information
miaulalala authored Nov 29, 2023
2 parents 38bad68 + 1c32a12 commit dfc9cec
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 15 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint-php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
php-versions: [ "7.4", "8.0", "8.1", "8.2", "8.3" ]
php-versions: ["8.0", "8.1", "8.2", "8.3" ]

name: php-lint

Expand Down
20 changes: 8 additions & 12 deletions .github/workflows/php-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,13 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
php-versions: ['8.0', '8.1', '8.2']
nextcloud-versions: ['master', 'stable27', 'stable26']
php-versions: [ '8.1', '8.2', '8.3' ]
nextcloud-versions: [ 'master', 'stable28']
include:
- php-versions: '7.4'
nextcloud-versions: 'stable25'
- php-versions: '8.0'
nextcloud-versions: 'stable26'
- php-versions: '8.1'
nextcloud-versions: 'stable25'
- php-versions: '8.3'
nextcloud-versions: 'master'
nextcloud-versions: 'stable27'
name: php${{ matrix.php-versions }} on ${{ matrix.nextcloud-versions }} unit tests
env:
CI: true
Expand Down Expand Up @@ -57,12 +55,10 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
php-versions: [ '8.0', '8.1', '8.2', '8.3' ]
nextcloud-versions: [ 'master']
php-versions: [ '8.1', '8.2', '8.3' ]
nextcloud-versions: [ 'master', 'stable28']
include:
- php-versions: '7.4'
nextcloud-versions: 'stable25'
- php-versions: '8.1'
- php-versions: '8.0'
nextcloud-versions: 'stable26'
- php-versions: '8.1'
nextcloud-versions: 'stable27'
Expand Down
4 changes: 2 additions & 2 deletions appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
* ☑️ Tasks! See tasks with a due date directly in the calendar
* 🙈 **We’re not reinventing the wheel!** Based on the great [c-dav library](https://github.com/nextcloud/cdav-library), [ical.js](https://github.com/mozilla-comm/ical.js) and [fullcalendar](https://github.com/fullcalendar/fullcalendar) libraries.
]]></description>
<version>4.6.0-rc.1</version>
<version>4.7.0-alpha.1</version>
<licence>agpl</licence>
<author>Anna Larch</author>
<author homepage="https://github.com/nextcloud/groupware">Nextcloud Groupware Team</author>
Expand All @@ -35,7 +35,7 @@
<screenshot>https://raw.githubusercontent.com/nextcloud/calendar/main/screenshots/week_sidebar.png</screenshot>
<dependencies>
<php min-version="7.4" max-version="8.3" />
<nextcloud min-version="25" max-version="28" />
<nextcloud min-version="26" max-version="29" />
</dependencies>
<background-jobs>
<job>OCA\Calendar\BackgroundJob\CleanUpOutdatedBookingsJob</job>
Expand Down

0 comments on commit dfc9cec

Please sign in to comment.