Loading .github/workflows/appstore-build-publish.yml +2 −2 Original line number Diff line number Diff line Loading @@ -56,7 +56,7 @@ jobs: - name: Set up node ${{ steps.versions.outputs.nodeVersion }} # Skip if no package.json if: ${{ steps.versions.outputs.nodeVersion }} uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3 uses: actions/setup-node@1a4442cacd436585916779262731d5b162bc6ec7 # v3 with: node-version: ${{ steps.versions.outputs.nodeVersion }} Loading @@ -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@4bd44f22a98a19e0950cbad5f31095157cc9621b # v2 uses: shivammathur/setup-php@7fdd3ece872ec7ec4c098ae5ab7637d5e0a96067 # v2 with: php-version: ${{ env.PHP_VERSION }} coverage: none Loading .github/workflows/lint-eslint.yml +1 −1 Original line number Diff line number Diff line Loading @@ -48,7 +48,7 @@ jobs: fallbackNpm: '^7' - name: Set up node ${{ steps.versions.outputs.nodeVersion }} uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3 uses: actions/setup-node@1a4442cacd436585916779262731d5b162bc6ec7 # v3 with: node-version: ${{ steps.versions.outputs.nodeVersion }} Loading .github/workflows/lint-php-cs.yml +1 −1 Original line number Diff line number Diff line Loading @@ -25,7 +25,7 @@ jobs: uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2 - name: Set up php uses: shivammathur/setup-php@4bd44f22a98a19e0950cbad5f31095157cc9621b # v2 uses: shivammathur/setup-php@7fdd3ece872ec7ec4c098ae5ab7637d5e0a96067 # v2 with: php-version: 8.1 coverage: none Loading .github/workflows/lint-php.yml +2 −2 Original line number Diff line number Diff line Loading @@ -25,7 +25,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: php-versions: [ "7.4", "8.0", "8.1", "8.2" ] php-versions: [ "7.4", "8.0", "8.1", "8.2", "8.3" ] name: php-lint Loading @@ -34,7 +34,7 @@ jobs: uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2 - name: Set up php ${{ matrix.php-versions }} uses: shivammathur/setup-php@4bd44f22a98a19e0950cbad5f31095157cc9621b # v2 uses: shivammathur/setup-php@7fdd3ece872ec7ec4c098ae5ab7637d5e0a96067 # v2 with: php-version: ${{ matrix.php-versions }} coverage: none Loading .github/workflows/npm-test.yml +4 −7 Original line number Diff line number Diff line Loading @@ -7,19 +7,16 @@ jobs: strategy: matrix: node-version: [16, 18] npm-version: [8] include: - node-version: 14 npm-version: 7 node-version: [20] npm-version: [9] name: node${{ matrix.node-version }} steps: - uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3 - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3 - name: Set up node ${{ matrix.node-version }} uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3 uses: actions/setup-node@1a4442cacd436585916779262731d5b162bc6ec7 # v3 with: node-version: ${{ matrix.node-version }} Loading Loading
.github/workflows/appstore-build-publish.yml +2 −2 Original line number Diff line number Diff line Loading @@ -56,7 +56,7 @@ jobs: - name: Set up node ${{ steps.versions.outputs.nodeVersion }} # Skip if no package.json if: ${{ steps.versions.outputs.nodeVersion }} uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3 uses: actions/setup-node@1a4442cacd436585916779262731d5b162bc6ec7 # v3 with: node-version: ${{ steps.versions.outputs.nodeVersion }} Loading @@ -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@4bd44f22a98a19e0950cbad5f31095157cc9621b # v2 uses: shivammathur/setup-php@7fdd3ece872ec7ec4c098ae5ab7637d5e0a96067 # v2 with: php-version: ${{ env.PHP_VERSION }} coverage: none Loading
.github/workflows/lint-eslint.yml +1 −1 Original line number Diff line number Diff line Loading @@ -48,7 +48,7 @@ jobs: fallbackNpm: '^7' - name: Set up node ${{ steps.versions.outputs.nodeVersion }} uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3 uses: actions/setup-node@1a4442cacd436585916779262731d5b162bc6ec7 # v3 with: node-version: ${{ steps.versions.outputs.nodeVersion }} Loading
.github/workflows/lint-php-cs.yml +1 −1 Original line number Diff line number Diff line Loading @@ -25,7 +25,7 @@ jobs: uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2 - name: Set up php uses: shivammathur/setup-php@4bd44f22a98a19e0950cbad5f31095157cc9621b # v2 uses: shivammathur/setup-php@7fdd3ece872ec7ec4c098ae5ab7637d5e0a96067 # v2 with: php-version: 8.1 coverage: none Loading
.github/workflows/lint-php.yml +2 −2 Original line number Diff line number Diff line Loading @@ -25,7 +25,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: php-versions: [ "7.4", "8.0", "8.1", "8.2" ] php-versions: [ "7.4", "8.0", "8.1", "8.2", "8.3" ] name: php-lint Loading @@ -34,7 +34,7 @@ jobs: uses: actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab # v3.5.2 - name: Set up php ${{ matrix.php-versions }} uses: shivammathur/setup-php@4bd44f22a98a19e0950cbad5f31095157cc9621b # v2 uses: shivammathur/setup-php@7fdd3ece872ec7ec4c098ae5ab7637d5e0a96067 # v2 with: php-version: ${{ matrix.php-versions }} coverage: none Loading
.github/workflows/npm-test.yml +4 −7 Original line number Diff line number Diff line Loading @@ -7,19 +7,16 @@ jobs: strategy: matrix: node-version: [16, 18] npm-version: [8] include: - node-version: 14 npm-version: 7 node-version: [20] npm-version: [9] name: node${{ matrix.node-version }} steps: - uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3 - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3 - name: Set up node ${{ matrix.node-version }} uses: actions/setup-node@64ed1c7eab4cce3362f8c340dee64e5eaeef8f7c # v3 uses: actions/setup-node@1a4442cacd436585916779262731d5b162bc6ec7 # v3 with: node-version: ${{ matrix.node-version }} Loading