Replace shivammathur/setup-php — PHP in runner image [skip ci]
This commit is contained in:
16
.github/workflows/ci-joomla.yml
vendored
16
.github/workflows/ci-joomla.yml
vendored
@@ -39,12 +39,8 @@ jobs:
|
|||||||
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
|
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
|
||||||
|
|
||||||
- name: Setup PHP
|
- name: Setup PHP
|
||||||
uses: shivammathur/setup-php@accd6127cb78bee3e8082180cb391013d204ef9f # v2.31.0
|
run: |
|
||||||
with:
|
php -v && composer --version
|
||||||
php-version: '8.2'
|
|
||||||
extensions: mbstring, xml, zip, gd, curl, json, simplexml
|
|
||||||
tools: composer:v2
|
|
||||||
coverage: none
|
|
||||||
|
|
||||||
- name: Clone MokoStandards
|
- name: Clone MokoStandards
|
||||||
env:
|
env:
|
||||||
@@ -344,12 +340,8 @@ jobs:
|
|||||||
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
|
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
|
||||||
|
|
||||||
- name: Setup PHP ${{ matrix.php }}
|
- name: Setup PHP ${{ matrix.php }}
|
||||||
uses: shivammathur/setup-php@accd6127cb78bee3e8082180cb391013d204ef9f # v2.31.0
|
run: |
|
||||||
with:
|
php -v && composer --version
|
||||||
php-version: ${{ matrix.php }}
|
|
||||||
extensions: mbstring, xml, zip, gd, curl, json, simplexml
|
|
||||||
tools: composer:v2
|
|
||||||
coverage: none
|
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
env:
|
env:
|
||||||
|
|||||||
8
.github/workflows/deploy-manual.yml
vendored
8
.github/workflows/deploy-manual.yml
vendored
@@ -39,12 +39,8 @@ jobs:
|
|||||||
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
|
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
|
||||||
|
|
||||||
- name: Setup PHP
|
- name: Setup PHP
|
||||||
uses: shivammathur/setup-php@accd6127cb78bee3e8082180cb391013d204ef9f # v2.31.0
|
run: |
|
||||||
with:
|
php -v && composer --version
|
||||||
php-version: '8.2'
|
|
||||||
extensions: json, ssh2
|
|
||||||
tools: composer
|
|
||||||
coverage: none
|
|
||||||
|
|
||||||
- name: Setup MokoStandards tools
|
- name: Setup MokoStandards tools
|
||||||
env:
|
env:
|
||||||
|
|||||||
44
.github/workflows/standards-compliance.yml
vendored
44
.github/workflows/standards-compliance.yml
vendored
@@ -497,12 +497,8 @@ jobs:
|
|||||||
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
|
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
|
||||||
|
|
||||||
- name: Set up PHP
|
- name: Set up PHP
|
||||||
uses: shivammathur/setup-php@accd6127cb78bee3e8082180cb391013d204ef9f # v2.31.0
|
run: |
|
||||||
with:
|
php -v && composer --version
|
||||||
php-version: '8.1'
|
|
||||||
extensions: json
|
|
||||||
tools: composer
|
|
||||||
coverage: none
|
|
||||||
|
|
||||||
- name: Setup MokoStandards tools
|
- name: Setup MokoStandards tools
|
||||||
env:
|
env:
|
||||||
@@ -1333,9 +1329,8 @@ jobs:
|
|||||||
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
|
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
|
||||||
|
|
||||||
- name: Setup PHP
|
- name: Setup PHP
|
||||||
uses: shivammathur/setup-php@accd6127cb78bee3e8082180cb391013d204ef9f # v2.31.0
|
run: |
|
||||||
with:
|
php -v && composer --version
|
||||||
php-version: '8.1'
|
|
||||||
|
|
||||||
- name: Analyze Complexity
|
- name: Analyze Complexity
|
||||||
run: |
|
run: |
|
||||||
@@ -1376,9 +1371,8 @@ jobs:
|
|||||||
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
|
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
|
||||||
|
|
||||||
- name: Setup PHP
|
- name: Setup PHP
|
||||||
uses: shivammathur/setup-php@accd6127cb78bee3e8082180cb391013d204ef9f # v2.31.0
|
run: |
|
||||||
with:
|
php -v && composer --version
|
||||||
php-version: '8.1'
|
|
||||||
|
|
||||||
- name: Detect Duplicates
|
- name: Detect Duplicates
|
||||||
run: |
|
run: |
|
||||||
@@ -1632,9 +1626,8 @@ jobs:
|
|||||||
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
|
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
|
||||||
|
|
||||||
- name: Setup PHP
|
- name: Setup PHP
|
||||||
uses: shivammathur/setup-php@accd6127cb78bee3e8082180cb391013d204ef9f # v2.31.0
|
run: |
|
||||||
with:
|
php -v && composer --version
|
||||||
php-version: '8.1'
|
|
||||||
|
|
||||||
- name: Setup Python
|
- name: Setup Python
|
||||||
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
|
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
|
||||||
@@ -1707,9 +1700,8 @@ jobs:
|
|||||||
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
|
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
|
||||||
|
|
||||||
- name: Setup PHP
|
- name: Setup PHP
|
||||||
uses: shivammathur/setup-php@accd6127cb78bee3e8082180cb391013d204ef9f # v2.31.0
|
run: |
|
||||||
with:
|
php -v && composer --version
|
||||||
php-version: '8.1'
|
|
||||||
|
|
||||||
- name: Check Unused Dependencies
|
- name: Check Unused Dependencies
|
||||||
run: |
|
run: |
|
||||||
@@ -1961,12 +1953,8 @@ jobs:
|
|||||||
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
|
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
|
||||||
|
|
||||||
- name: Set up PHP
|
- name: Set up PHP
|
||||||
uses: shivammathur/setup-php@accd6127cb78bee3e8082180cb391013d204ef9f # v2.31.0
|
run: |
|
||||||
with:
|
php -v && composer --version
|
||||||
php-version: '8.1'
|
|
||||||
extensions: json, mbstring
|
|
||||||
tools: composer
|
|
||||||
coverage: none
|
|
||||||
|
|
||||||
- name: Install API Package
|
- name: Install API Package
|
||||||
env:
|
env:
|
||||||
@@ -2033,12 +2021,8 @@ jobs:
|
|||||||
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
|
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
|
||||||
|
|
||||||
- name: Set up PHP
|
- name: Set up PHP
|
||||||
uses: shivammathur/setup-php@accd6127cb78bee3e8082180cb391013d204ef9f # v2.31.0
|
run: |
|
||||||
with:
|
php -v && composer --version
|
||||||
php-version: '8.1'
|
|
||||||
extensions: json, mbstring
|
|
||||||
tools: composer
|
|
||||||
coverage: none
|
|
||||||
|
|
||||||
- name: Install API Package
|
- name: Install API Package
|
||||||
env:
|
env:
|
||||||
|
|||||||
6
.github/workflows/sync-version-on-merge.yml
vendored
6
.github/workflows/sync-version-on-merge.yml
vendored
@@ -50,10 +50,8 @@ jobs:
|
|||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
|
||||||
- name: Set up PHP
|
- name: Set up PHP
|
||||||
uses: shivammathur/setup-php@fcafdd6392932010c2bd5094439b8e33be2a8a09 # v2.37.0
|
run: |
|
||||||
with:
|
php -v && composer --version
|
||||||
php-version: '8.1'
|
|
||||||
tools: composer
|
|
||||||
|
|
||||||
- name: Setup MokoStandards tools
|
- name: Setup MokoStandards tools
|
||||||
env:
|
env:
|
||||||
|
|||||||
Reference in New Issue
Block a user