Skip to content

Commit 4665920

Browse files
committed
Chore(CI) - Use PHP 8.3 in GitHub actions
1 parent 0281a21 commit 4665920

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: Setup PHP, with composer and extensions
3333
uses: shivammathur/setup-php@81cd5ae0920b34eef300e1775313071038a53429 # v2.27.0
3434
with:
35-
php-version: '8.2'
35+
php-version: '8.3'
3636
tools: composer:v2
3737

3838
- name: Get composer cache directory
@@ -77,7 +77,7 @@ jobs:
7777
- name: Setup PHP, with composer and extensions
7878
uses: shivammathur/setup-php@81cd5ae0920b34eef300e1775313071038a53429 # v2.27.0
7979
with:
80-
php-version: '8.2'
80+
php-version: '8.3'
8181
tools: composer:v2
8282

8383
- name: Get composer cache directory
@@ -128,7 +128,7 @@ jobs:
128128
- name: Setup PHP, with composer and extensions
129129
uses: shivammathur/setup-php@81cd5ae0920b34eef300e1775313071038a53429 # v2.27.0
130130
with:
131-
php-version: '8.2'
131+
php-version: '8.3'
132132
tools: composer:v2
133133

134134
- name: Get composer cache directory
@@ -217,7 +217,7 @@ jobs:
217217
- name: Setup PHP, with composer and extensions
218218
uses: shivammathur/setup-php@81cd5ae0920b34eef300e1775313071038a53429 # v2.27.0
219219
with:
220-
php-version: '8.2'
220+
php-version: '8.3'
221221
extensions: pdo_mysql, mysql
222222
coverage: xdebug
223223
tools: composer:v2

0 commit comments

Comments
 (0)