We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a71782 commit 380ce4bCopy full SHA for 380ce4b
.github/workflows/hosted.yml
@@ -21,7 +21,7 @@ jobs:
21
fail-fast: false
22
matrix:
23
os: [
24
- macos-11,
+ macos-12,
25
ubuntu-20.04,
26
windows-2022
27
]
@@ -160,7 +160,7 @@ jobs:
160
161
162
163
164
165
166
@@ -198,9 +198,9 @@ jobs:
198
199
- name: Setup PHP 8.2
200
if: matrix.target == 'php'
201
- uses: shivammathur/setup-php@2.22.0
+ uses: shivammathur/setup-php@v2
202
with:
203
- php-version: '8.2'
+ php-version: '8.3'
204
extensions: mbstring
205
tools: composer
206
0 commit comments