Skip to content

Commit 380ce4b

Browse files
andreasbuhrericvergnaud
authored andcommitted
Switch CI to macos-12 and PHP 8.3
Signed-off-by: Andreas Buhr <[email protected]>
1 parent 6a71782 commit 380ce4b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/hosted.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
fail-fast: false
2222
matrix:
2323
os: [
24-
macos-11,
24+
macos-12,
2525
ubuntu-20.04,
2626
windows-2022
2727
]
@@ -160,7 +160,7 @@ jobs:
160160
fail-fast: false
161161
matrix:
162162
os: [
163-
macos-11,
163+
macos-12,
164164
ubuntu-20.04,
165165
windows-2022
166166
]
@@ -198,9 +198,9 @@ jobs:
198198

199199
- name: Setup PHP 8.2
200200
if: matrix.target == 'php'
201-
uses: shivammathur/setup-php@2.22.0
201+
uses: shivammathur/setup-php@v2
202202
with:
203-
php-version: '8.2'
203+
php-version: '8.3'
204204
extensions: mbstring
205205
tools: composer
206206

0 commit comments

Comments
 (0)