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

Commit 82d177d5 authored by AVINASH GUSAIN's avatar AVINASH GUSAIN
Browse files

calendar updated to 4.4.2

parents f6cfd178 a46efa4a
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -114,10 +114,10 @@ body:
        Select PHP engine version serving Nextcloud Server.
        _Describe in the "Additional info" section if you chose "Other"._
      options:
        - "PHP 7.3"
        - "PHP 7.4"
        - "PHP 8.0"
        - "PHP 8.1"
        - "PHP 8.2"
        - "Other"
  - type: input
    id: nextcloud-version
+2 −2
Original line number Diff line number Diff line
@@ -26,7 +26,7 @@ updates:
    - "ChristophWurst"
    - "st3iny"
  labels:
    - 3. to review
    - 3 - to review
    - dependencies
  commit-message:
    prefix: ci
@@ -43,7 +43,7 @@ updates:
    - "ChristophWurst"
    - "st3iny"
  labels:
    - 3. to review
    - 3 - to review
    - dependencies
  commit-message:
    prefix: ci
+2 −2
Original line number Diff line number Diff line
@@ -44,7 +44,7 @@ jobs:
          expression: "//info//dependencies//nextcloud/@min-version"

      - name: Read package.json node and npm engines version
        uses: skjnldsv/read-package-engines-version-actions@9bc020752ccc3352de3382e10a1d6cd1bd0ace5a # v2.0
        uses: skjnldsv/read-package-engines-version-actions@0ce2ed60f6df073a62a77c0a4958dd0fc68e32e7 # v2.1
        id: versions
        # Continue if no package.json
        continue-on-error: true
@@ -66,7 +66,7 @@ jobs:
        run: npm i -g npm@"${{ steps.versions.outputs.npmVersion }}"

      - name: Set up php ${{ env.PHP_VERSION }}
        uses: shivammathur/setup-php@d30ad8b1843ace22e6698ab99bbafaa747b6bd0d # v2
        uses: shivammathur/setup-php@cb8f453143149404c7fd670b5f37c91d395b3054 # v2
        with:
          php-version: ${{ env.PHP_VERSION }}
          coverage: none
+1 −1
Original line number Diff line number Diff line
@@ -41,7 +41,7 @@ jobs:
        uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3

      - name: Read package.json node and npm engines version
        uses: skjnldsv/read-package-engines-version-actions@9bc020752ccc3352de3382e10a1d6cd1bd0ace5a # v2.0
        uses: skjnldsv/read-package-engines-version-actions@0ce2ed60f6df073a62a77c0a4958dd0fc68e32e7 # v2.1
        id: versions
        with:
          fallbackNode: '^16'
+1 −1
Original line number Diff line number Diff line
@@ -25,7 +25,7 @@ jobs:
        uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3

      - name: Set up php
        uses: shivammathur/setup-php@d30ad8b1843ace22e6698ab99bbafaa747b6bd0d # v2
        uses: shivammathur/setup-php@cb8f453143149404c7fd670b5f37c91d395b3054 # v2
        with:
          php-version: 8.1
          coverage: none
Loading