diff --git a/.github/workflows/coding-standards.yml b/.github/workflows/coding-standards.yml index 74af0702..2bae2922 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.30.5 + uses: shivammathur/setup-php@2.31.1 with: php-version: ${{ matrix.php-version }} extensions: none, ctype, dom, json, mbstring, phar, simplexml, tokenizer, xml, xmlwriter, phar, fileinfo, curl @@ -150,7 +150,7 @@ jobs: git config --global core.eol lf - name: 🛠️ Setup PHP - uses: shivammathur/setup-php@2.30.5 + uses: shivammathur/setup-php@2.31.1 with: php-version: ${{ matrix.php-version }} extensions: none, ctype, dom, json, mbstring, phar, simplexml, tokenizer, xml, xmlwriter, fileinfo, curl diff --git a/.github/workflows/dependency-analysis.yml b/.github/workflows/dependency-analysis.yml index 2c758502..d688fca4 100644 --- a/.github/workflows/dependency-analysis.yml +++ b/.github/workflows/dependency-analysis.yml @@ -44,7 +44,7 @@ jobs: uses: actions/checkout@v4.1.7 - name: 🛠️ Setup PHP - uses: shivammathur/setup-php@2.30.5 + uses: shivammathur/setup-php@2.31.1 with: php-version: ${{ matrix.php-version }} extensions: none, ctype, dom, json, mbstring, phar, simplexml, tokenizer, xml, xmlwriter, fileinfo diff --git a/.github/workflows/refactoring.yml b/.github/workflows/refactoring.yml index a2a2c74f..79f8ca01 100644 --- a/.github/workflows/refactoring.yml +++ b/.github/workflows/refactoring.yml @@ -34,7 +34,7 @@ jobs: uses: actions/checkout@v4.1.7 - name: 🛠️ Setup PHP - uses: shivammathur/setup-php@2.30.5 + uses: shivammathur/setup-php@2.31.1 with: php-version: ${{ matrix.php-version }} extensions: mbstring, pdo, pdo_sqlite, fileinfo diff --git a/.github/workflows/security-analysis.yml b/.github/workflows/security-analysis.yml index 126dd579..e4b5696d 100644 --- a/.github/workflows/security-analysis.yml +++ b/.github/workflows/security-analysis.yml @@ -31,7 +31,7 @@ jobs: uses: actions/checkout@v4.1.7 - name: 🛠️ Setup PHP - uses: shivammathur/setup-php@2.30.5 + uses: shivammathur/setup-php@2.31.1 with: php-version: ${{ matrix.php-version }} extensions: none, ctype, dom, json, mbstring, phar, simplexml, tokenizer, xml, xmlwriter, fileinfo, curl diff --git a/.github/workflows/static-analysis.yml b/.github/workflows/static-analysis.yml index 47d8df35..f09f0f79 100644 --- a/.github/workflows/static-analysis.yml +++ b/.github/workflows/static-analysis.yml @@ -47,7 +47,7 @@ jobs: uses: actions/checkout@v4.1.7 - name: 🛠️ Setup PHP - uses: shivammathur/setup-php@2.30.5 + uses: shivammathur/setup-php@2.31.1 with: php-version: ${{ matrix.php-version }} extensions: none, ctype, curl, dom, json, mbstring, phar, simplexml, tokenizer, xml, fileinfo, xmlwriter, opcache, pcntl, posix @@ -98,7 +98,7 @@ jobs: uses: actions/checkout@v4.1.7 - name: 🛠️ Setup PHP - uses: shivammathur/setup-php@2.30.5 + uses: shivammathur/setup-php@2.31.1 with: php-version: ${{ matrix.php-version }} extensions: none, ctype, curl, dom, json, mbstring, phar, simplexml, tokenizer, xml, fileinfo, xmlwriter, opcache, pcntl, posix, pdo diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index 982d72e9..4875e2a3 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -31,7 +31,7 @@ jobs: uses: actions/checkout@v4.1.7 - name: 🛠️ Setup PHP - uses: shivammathur/setup-php@2.30.5 + uses: shivammathur/setup-php@2.31.1 with: php-version: ${{ matrix.php-version }} extensions: none, ctype, curl, dom, json, mbstring, phar, simplexml, tokenizer, xml, xmlwriter, opcache, pcntl, posix, fileinfo @@ -94,7 +94,7 @@ jobs: uses: actions/checkout@v4.1.7 - name: 🛠️ Setup PHP - uses: shivammathur/setup-php@2.30.5 + uses: shivammathur/setup-php@2.31.1 with: php-version: ${{ matrix.php-version }} extensions: none, ctype, curl, dom, json, mbstring, phar, simplexml, tokenizer, xml, xmlwriter, opcache, pcntl, posix, fileinfo @@ -151,7 +151,7 @@ jobs: uses: actions/checkout@v4.1.7 - name: 🛠️ Setup PHP - uses: shivammathur/setup-php@2.30.5 + uses: shivammathur/setup-php@2.31.1 with: php-version: ${{ matrix.php-version }} extensions: none, ctype, curl, dom, json, mbstring, phar, simplexml, tokenizer, xml, xmlwriter, opcache, pcntl, posix, fileinfo @@ -208,7 +208,7 @@ jobs: uses: actions/checkout@v4.1.7 - name: 🛠️ Setup PHP - uses: shivammathur/setup-php@2.30.5 + uses: shivammathur/setup-php@2.31.1 with: php-version: ${{ matrix.php-version }} extensions: mbstring, pdo, pdo_sqlite, fileinfo