diff --git a/.github/workflows/coding-standards.yml b/.github/workflows/coding-standards.yml index 6b642ea3..fbf9bab1 100644 --- a/.github/workflows/coding-standards.yml +++ b/.github/workflows/coding-standards.yml @@ -82,7 +82,7 @@ jobs: contents: write steps: - name: 🛠️ Setup PHP - uses: shivammathur/setup-php@2.30.4 + uses: shivammathur/setup-php@2.30.5 with: php-version: ${{ matrix.php-version }} extensions: none, ctype, dom, json, mbstring, phar, simplexml, tokenizer, xml, xmlwriter, phar @@ -147,7 +147,7 @@ jobs: git config --global core.eol lf - name: 🛠️ Setup PHP - uses: shivammathur/setup-php@2.30.4 + uses: shivammathur/setup-php@2.30.5 with: php-version: ${{ matrix.php-version }} extensions: none, ctype, dom, json, mbstring, phar, simplexml, tokenizer, xml, xmlwriter diff --git a/.github/workflows/dependency-analysis.yml b/.github/workflows/dependency-analysis.yml index 046aafba..893c8c21 100644 --- a/.github/workflows/dependency-analysis.yml +++ b/.github/workflows/dependency-analysis.yml @@ -38,7 +38,7 @@ jobs: uses: actions/checkout@v4.1.6 - name: 🛠️ Setup PHP - uses: shivammathur/setup-php@2.30.4 + uses: shivammathur/setup-php@2.30.5 with: php-version: ${{ matrix.php-version }} extensions: none, ctype, dom, json, mbstring, phar, simplexml, tokenizer, xml, xmlwriter, sockets diff --git a/.github/workflows/security-analysis.yml b/.github/workflows/security-analysis.yml index 7db20d7c..b3ea7c9c 100644 --- a/.github/workflows/security-analysis.yml +++ b/.github/workflows/security-analysis.yml @@ -31,7 +31,7 @@ jobs: uses: actions/checkout@v4.1.6 - name: 🛠️ Setup PHP - uses: shivammathur/setup-php@2.30.4 + uses: shivammathur/setup-php@2.30.5 with: php-version: ${{ matrix.php-version }} extensions: none, ctype, dom, json, mbstring, phar, simplexml, tokenizer, xml, xmlwriter, sockets diff --git a/.github/workflows/static-analysis.yml b/.github/workflows/static-analysis.yml index ca1186d0..44463b95 100644 --- a/.github/workflows/static-analysis.yml +++ b/.github/workflows/static-analysis.yml @@ -45,7 +45,7 @@ jobs: uses: actions/checkout@v4.1.6 - name: 🛠️ Setup PHP - uses: shivammathur/setup-php@2.30.4 + uses: shivammathur/setup-php@2.30.5 with: php-version: ${{ matrix.php-version }} extensions: none, ctype, curl, dom, json, mbstring, phar, simplexml, tokenizer, xml, xmlwriter, opcache, pcntl, posix @@ -96,7 +96,7 @@ jobs: uses: actions/checkout@v4.1.6 - name: 🛠️ Setup PHP - uses: shivammathur/setup-php@2.30.4 + uses: shivammathur/setup-php@2.30.5 with: php-version: ${{ matrix.php-version }} extensions: none, ctype, curl, dom, json, mbstring, phar, simplexml, tokenizer, xml, xmlwriter, opcache, pcntl, posix diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index 8f79ac00..b3129304 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -31,7 +31,7 @@ jobs: uses: actions/checkout@v4.1.6 - name: 🛠️ Setup PHP - uses: shivammathur/setup-php@2.30.4 + uses: shivammathur/setup-php@2.30.5 with: php-version: ${{ matrix.php-version }} extensions: none, ctype, curl, dom, json, mbstring, phar, simplexml, tokenizer, xml, xmlwriter, opcache, pcntl, posix @@ -95,7 +95,7 @@ jobs: uses: actions/checkout@v4.1.6 - name: 🛠️ Setup PHP - uses: shivammathur/setup-php@2.30.4 + uses: shivammathur/setup-php@2.30.5 with: php-version: ${{ matrix.php-version }} extensions: none, ctype, curl, dom, json, mbstring, phar, simplexml, tokenizer, xml, xmlwriter, opcache, pcntl, posix @@ -152,7 +152,7 @@ jobs: uses: actions/checkout@v4.1.6 - name: 🛠️ Setup PHP - uses: shivammathur/setup-php@2.30.4 + uses: shivammathur/setup-php@2.30.5 with: php-version: ${{ matrix.php-version }} extensions: mbstring, pdo, pdo_sqlite