Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Unverified Commit 166925a6 authored by Christoph Wurst's avatar Christoph Wurst
Browse files

Add PHP8.1 compatibility

parent 91a863d4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -24,7 +24,7 @@ jobs:
    runs-on: ubuntu-latest
    strategy:
      matrix:
        php-versions: ['7.2', '7.3', '7.4', '8.0']
        php-versions: ['7.2', '7.3', '7.4', '8.0', '8.1']
    name: php${{ matrix.php-versions }} lint
    steps:
      - name: Checkout
+2 −0
Original line number Diff line number Diff line
@@ -20,6 +20,8 @@ jobs:
            nextcloud-versions: 'master'
          - php-versions: '8.0'
            nextcloud-versions: 'master'
          - php-versions: '8.1'
            nextcloud-versions: 'master'
    name: php${{ matrix.php-versions }} on ${{ matrix.nextcloud-versions }} unit tests
    env:
      CI: true
+1 −1
Original line number Diff line number Diff line
@@ -32,7 +32,7 @@
	<screenshot>https://raw.githubusercontent.com/nextcloud/calendar/main/screenshots/week_room_suggestion.png</screenshot>
	<screenshot>https://raw.githubusercontent.com/nextcloud/calendar/main/screenshots/week_sidebar.png</screenshot>
	<dependencies>
		<php min-version="7.3" max-version="8.0" />
		<php min-version="7.3" max-version="8.1" />
		<nextcloud min-version="21" max-version="24" />
	</dependencies>
	<background-jobs>
+1 −1
Original line number Diff line number Diff line
@@ -6,7 +6,7 @@
        "sort-packages": true
    },
    "require": {
        "php": "^7.2|^8.0"
        "php": ">=7.2 <=8.1"
    },
    "require-dev": {
        "christophwurst/nextcloud_testing": "0.12.4",
+3 −3
Original line number Diff line number Diff line
@@ -4,7 +4,7 @@
        "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies",
        "This file is @generated automatically"
    ],
    "content-hash": "12dfa8a3be938b8be321b00d47c337c2",
    "content-hash": "bd231d830bbf18dc07c46eb132cacb27",
    "packages": [],
    "packages-dev": [
        {
@@ -4281,11 +4281,11 @@
    "prefer-stable": false,
    "prefer-lowest": false,
    "platform": {
        "php": "^7.2|^8.0"
        "php": ">=7.2 <=8.1"
    },
    "platform-dev": [],
    "platform-overrides": {
        "php": "7.3"
    },
    "plugin-api-version": "2.1.0"
    "plugin-api-version": "2.2.0"
}
Loading