We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff9d16f commit f8743faCopy full SHA for f8743fa
.github/workflows/autoformat.yml
@@ -16,7 +16,7 @@ jobs:
16
with:
17
coverage: none
18
extensions: mbstring
19
- php-version: 8.1
+ php-version: 8.3
20
21
- run: composer install --no-interaction --no-progress --no-suggest
22
.github/workflows/continuous-integration.yml
- name: "Install PHP with extensions"
uses: shivammathur/setup-php@v2
- name: "Install locked dependencies with composer"
run: composer install --no-interaction --no-progress
@@ -144,7 +144,7 @@ jobs:
144
145
146
coverage: pcov
147
148
149
150
0 commit comments