Skip to content

Commit 8eb6495

Browse files
committed
Change PHP version to 8.3
1 parent 26df60c commit 8eb6495

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/action.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Set up PHP
1515
uses: shivammathur/setup-php@v2
1616
with:
17-
php-version: '8.1'
17+
php-version: '8.3'
1818
tools: composer:v2
1919
extensions: ast, bcmath, gd
2020
coverage: none
@@ -68,7 +68,7 @@ jobs:
6868
- name: Set up PHP
6969
uses: shivammathur/setup-php@v2
7070
with:
71-
php-version: '8.1'
71+
php-version: '8.3'
7272
tools: composer:v2
7373
extensions: ast, bcmath, gd
7474
coverage: none
@@ -119,7 +119,7 @@ jobs:
119119
- name: Set up PHP
120120
uses: shivammathur/setup-php@v2
121121
with:
122-
php-version: '8.1'
122+
php-version: '8.3'
123123
tools: composer:v2.1.14, pecl
124124
extensions: ast, bcmath, gd
125125
coverage: none

.github/workflows/ide.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Set up PHP
1616
uses: shivammathur/setup-php@v2
1717
with:
18-
php-version: '8.1'
18+
php-version: '8.3'
1919
tools: composer:v2, pecl
2020
extensions: bcmath, gd, pdo_mysql, soap, zip, ast
2121
coverage: none

.github/workflows/phan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Set up PHP
1616
uses: shivammathur/setup-php@v2
1717
with:
18-
php-version: '8.1'
18+
php-version: '8.3'
1919
tools: composer:v2, pecl
2020
extensions: ast, bcmath, gd, pdo_mysql, soap, zip
2121
coverage: none

0 commit comments

Comments
 (0)