Skip to content

Commit f8743fa

Browse files
mfnspawnia
authored andcommitted
gha: bump to latest stable PHP version where possible
1 parent ff9d16f commit f8743fa

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/autoformat.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
with:
1717
coverage: none
1818
extensions: mbstring
19-
php-version: 8.1
19+
php-version: 8.3
2020

2121
- run: composer install --no-interaction --no-progress --no-suggest
2222

.github/workflows/continuous-integration.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: "Install PHP with extensions"
1717
uses: shivammathur/setup-php@v2
1818
with:
19-
php-version: 8.1
19+
php-version: 8.3
2020

2121
- name: "Install locked dependencies with composer"
2222
run: composer install --no-interaction --no-progress
@@ -144,7 +144,7 @@ jobs:
144144
uses: shivammathur/setup-php@v2
145145
with:
146146
coverage: pcov
147-
php-version: 8.1
147+
php-version: 8.3
148148

149149
- name: "Install locked dependencies with composer"
150150
run: composer install --no-interaction --no-progress

0 commit comments

Comments
 (0)