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

Commit 88eed246 authored by AVINASH GUSAIN's avatar AVINASH GUSAIN
Browse files

Upgrade to 4.5.2

parent 16200cfd
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -13,6 +13,9 @@ insert_final_newline = true
[Makefile]
indent_style = tab

[renovate.json]
indent_style = tab

[*.yml]
indent_style = space
indent_size = 2
+1 −1
Original line number Diff line number Diff line
@@ -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@c5fc0d8281aba02c7fda07d3a70cc5371548067d # v2
        uses: shivammathur/setup-php@4bd44f22a98a19e0950cbad5f31095157cc9621b # v2
        with:
          php-version: ${{ env.PHP_VERSION }}
          coverage: none
+1 −1
Original line number Diff line number Diff line
@@ -25,7 +25,7 @@ jobs:
        uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2

      - name: Set up php
        uses: shivammathur/setup-php@c5fc0d8281aba02c7fda07d3a70cc5371548067d # v2
        uses: shivammathur/setup-php@4bd44f22a98a19e0950cbad5f31095157cc9621b # v2
        with:
          php-version: 8.1
          coverage: none
+1 −1
Original line number Diff line number Diff line
@@ -34,7 +34,7 @@ jobs:
        uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2

      - name: Set up php ${{ matrix.php-versions }}
        uses: shivammathur/setup-php@c5fc0d8281aba02c7fda07d3a70cc5371548067d # v2
        uses: shivammathur/setup-php@4bd44f22a98a19e0950cbad5f31095157cc9621b # v2
        with:
          php-version: ${{ matrix.php-versions }}
          coverage: none
+4 −3
Original line number Diff line number Diff line
@@ -16,10 +16,10 @@ jobs:
    name: node${{ matrix.node-version }}

    steps:
      - uses: actions/checkout@v3
      - uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3

      - name: Set up node ${{ matrix.node-version }}
        uses: actions/setup-node@v3
        uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3
        with:
          node-version: ${{ matrix.node-version }}

@@ -33,8 +33,9 @@ jobs:
        run: npm run test:coverage

      - name: Upload coverage to Codecov
        uses: codecov/codecov-action@v3
        uses: codecov/codecov-action@eaaf4bedf32dbdc6b720b63067d99c4d77d6047d # v3
        with:
          token: ${{ secrets.CODECOV_TOKEN }}
          file: ./coverage/coverage-final.json
          flags: javascript
          fail_ci_if_error: true
Loading