Skip to content

Commit

Permalink
Switch CI to macos-12 and PHP 8.3
Browse files Browse the repository at this point in the history
Signed-off-by: Andreas Buhr <andreas@andreasbuhr.de>
  • Loading branch information
andreasbuhr authored and ericvergnaud committed Apr 10, 2024
1 parent 6a71782 commit 380ce4b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/hosted.yml
Expand Up @@ -21,7 +21,7 @@ jobs:
fail-fast: false
matrix:
os: [
macos-11,
macos-12,
ubuntu-20.04,
windows-2022
]
Expand Down Expand Up @@ -160,7 +160,7 @@ jobs:
fail-fast: false
matrix:
os: [
macos-11,
macos-12,
ubuntu-20.04,
windows-2022
]
Expand Down Expand Up @@ -198,9 +198,9 @@ jobs:

- name: Setup PHP 8.2
if: matrix.target == 'php'
uses: shivammathur/setup-php@2.22.0
uses: shivammathur/setup-php@v2
with:
php-version: '8.2'
php-version: '8.3'
extensions: mbstring
tools: composer

Expand Down

0 comments on commit 380ce4b

Please sign in to comment.