Skip to content

Commit 3fa9a45

Browse files
committed
Updates PHP version to 8.4 in configuration files for improved compatibility
Signed-off-by: Ismoiljon Umarov <hs.umarov21@gmail.com>
1 parent 98ef959 commit 3fa9a45

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/issues.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Setup PHP
2424
uses: shivammathur/setup-php@v2
2525
with:
26-
php-version: "8.3"
26+
php-version: "8.4"
2727
extensions: mbstring, dom, curl
2828
tools: composer, psalm
2929

.github/workflows/quality-gate.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Setup PHP
2222
uses: shivammathur/setup-php@v2
2323
with:
24-
php-version: "8.3"
24+
php-version: "8.4"
2525
tools: composer, cs2pr
2626
coverage: none
2727

@@ -70,7 +70,7 @@ jobs:
7070
- name: Setup PHP
7171
uses: shivammathur/setup-php@v2
7272
with:
73-
php-version: "8.3"
73+
php-version: "8.4"
7474
extensions: dom, curl, libxml, mbstring, zip, pcntl, pdo, sqlite, pdo_sqlite, bcmath, soap, intl, gd, exif, iconv
7575
coverage: none
7676

.github/workflows/snyk-security.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
if: matrix.language == 'php'
5858
uses: shivammathur/setup-php@v2
5959
with:
60-
php-version: "8.3"
60+
php-version: "8.4"
6161
extensions: fileinfo, mbstring, dom, curl
6262
tools: composer
6363

.github/workflows/sonarcloud.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,10 @@ jobs:
4444
composer-${{ runner.os }}-${{ hashFiles('**/composer.lock') }}-
4545
composer-${{ runner.os }}-
4646
47-
- name: Setup PHP 8.3 with required extensions
47+
- name: Setup PHP 8.4 with required extensions
4848
uses: shivammathur/setup-php@v2
4949
with:
50-
php-version: 8.3
50+
php-version: 8.4
5151
extensions: curl, fileinfo, gd, xml
5252
ini-values: post_max_size=256M, memory_limit=2G
5353
coverage: xdebug

0 commit comments

Comments
 (0)