diff --git a/.github/workflows/build-phar-release.yml b/.github/workflows/build-phar-release.yml index 182344a..6a99efe 100644 --- a/.github/workflows/build-phar-release.yml +++ b/.github/workflows/build-phar-release.yml @@ -28,7 +28,7 @@ jobs: uses: actions/checkout@v4 - name: 🛠️ Setup PHP - uses: shivammathur/setup-php@2.33.0 + uses: shivammathur/setup-php@2.36.0 with: php-version: ${{ matrix.php-version }} extensions: none, ctype, dom, json, mbstring, phar, simplexml, tokenizer, xml, xmlwriter, sockets, intl, bcmath, iconv diff --git a/.github/workflows/coding-standards.yml b/.github/workflows/coding-standards.yml index 812d38c..e1bf210 100644 --- a/.github/workflows/coding-standards.yml +++ b/.github/workflows/coding-standards.yml @@ -85,7 +85,7 @@ jobs: contents: write steps: - name: 🛠️ Setup PHP - uses: shivammathur/setup-php@2.33.0 + uses: shivammathur/setup-php@2.36.0 with: php-version: ${{ matrix.php-version }} extensions: none, ctype, dom, json, mbstring, phar, simplexml, tokenizer, xml, xmlwriter, fileinfo, curl, iconv, intl, bcmath @@ -150,7 +150,7 @@ jobs: git config --global core.eol lf - name: 🛠️ Setup PHP - uses: shivammathur/setup-php@2.33.0 + uses: shivammathur/setup-php@2.36.0 with: php-version: ${{ matrix.php-version }} extensions: none, ctype, dom, json, mbstring, phar, simplexml, tokenizer, xml, xmlwriter, fileinfo, curl, iconv, intl, bcmath diff --git a/.github/workflows/dependency-analysis.yml b/.github/workflows/dependency-analysis.yml index c108c5f..7499ea5 100644 --- a/.github/workflows/dependency-analysis.yml +++ b/.github/workflows/dependency-analysis.yml @@ -44,7 +44,7 @@ jobs: uses: actions/checkout@v4.3.1 - name: 🛠️ Setup PHP - uses: shivammathur/setup-php@2.33.0 + uses: shivammathur/setup-php@2.36.0 with: php-version: ${{ matrix.php-version }} extensions: none, ctype, dom, json, mbstring, phar, simplexml, tokenizer, xml, xmlwriter, fileinfo, iconv, intl, bcmath diff --git a/.github/workflows/refactoring.yml b/.github/workflows/refactoring.yml index c786430..75a972a 100644 --- a/.github/workflows/refactoring.yml +++ b/.github/workflows/refactoring.yml @@ -34,7 +34,7 @@ jobs: uses: actions/checkout@v4.3.1 - name: 🛠️ Setup PHP - uses: shivammathur/setup-php@2.33.0 + uses: shivammathur/setup-php@2.36.0 with: php-version: ${{ matrix.php-version }} extensions: mbstring, pdo, pdo_sqlite, fileinfo, intl, bcmath diff --git a/.github/workflows/security-analysis.yml b/.github/workflows/security-analysis.yml index 108ae4a..cad3b99 100644 --- a/.github/workflows/security-analysis.yml +++ b/.github/workflows/security-analysis.yml @@ -31,7 +31,7 @@ jobs: uses: actions/checkout@v4.3.1 - name: 🛠️ Setup PHP - uses: shivammathur/setup-php@2.33.0 + uses: shivammathur/setup-php@2.36.0 with: php-version: ${{ matrix.php-version }} extensions: none, ctype, dom, json, mbstring, phar, simplexml, tokenizer, xml, xmlwriter, fileinfo, curl, iconv, intl, bcmath diff --git a/.github/workflows/static-analysis.yml b/.github/workflows/static-analysis.yml index 83328dc..fb23f80 100644 --- a/.github/workflows/static-analysis.yml +++ b/.github/workflows/static-analysis.yml @@ -47,7 +47,7 @@ jobs: uses: actions/checkout@v4.3.1 - name: 🛠️ Setup PHP - uses: shivammathur/setup-php@2.33.0 + uses: shivammathur/setup-php@2.36.0 with: php-version: ${{ matrix.php-version }} extensions: none, ctype, curl, dom, json, mbstring, phar, simplexml, tokenizer, xml, fileinfo, xmlwriter, opcache, pcntl, posix, iconv, intl, bcmath @@ -98,7 +98,7 @@ jobs: uses: actions/checkout@v4.3.1 - name: 🛠️ Setup PHP - uses: shivammathur/setup-php@2.33.0 + uses: shivammathur/setup-php@2.36.0 with: php-version: ${{ matrix.php-version }} extensions: none, ctype, curl, dom, json, mbstring, phar, simplexml, tokenizer, xml, fileinfo, xmlwriter, opcache, pcntl, posix, pdo, iconv, intl, bcmath diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index 9e6d7b3..a80af8d 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -31,7 +31,7 @@ jobs: uses: actions/checkout@v4.3.1 - name: 🛠️ Setup PHP - uses: shivammathur/setup-php@2.33.0 + uses: shivammathur/setup-php@2.36.0 with: php-version: ${{ matrix.php-version }} extensions: none, ctype, curl, dom, json, mbstring, phar, simplexml, tokenizer, xml, xmlwriter, opcache, pcntl, posix, fileinfo, iconv, intl, bcmath @@ -95,7 +95,7 @@ jobs: uses: actions/checkout@v4.3.1 - name: 🛠️ Setup PHP - uses: shivammathur/setup-php@2.33.0 + uses: shivammathur/setup-php@2.36.0 with: php-version: ${{ matrix.php-version }} extensions: none, ctype, curl, dom, json, mbstring, phar, simplexml, tokenizer, xml, xmlwriter, opcache, pcntl, posix, fileinfo, iconv, intl, bcmath @@ -152,7 +152,7 @@ jobs: uses: actions/checkout@v4.3.1 - name: 🛠️ Setup PHP - uses: shivammathur/setup-php@2.33.0 + uses: shivammathur/setup-php@2.36.0 with: php-version: ${{ matrix.php-version }} extensions: none, ctype, curl, dom, json, mbstring, phar, simplexml, tokenizer, xml, xmlwriter, opcache, pcntl, posix, fileinfo, iconv, intl, bcmath @@ -209,7 +209,7 @@ jobs: uses: actions/checkout@v4.3.1 - name: 🛠️ Setup PHP - uses: shivammathur/setup-php@2.33.0 + uses: shivammathur/setup-php@2.36.0 with: php-version: ${{ matrix.php-version }} extensions: mbstring, pdo, pdo_sqlite, fileinfo, intl