Skip to content

Commit da7d2e1

Browse files
authored
Add macos 15 to push GH action (GH-18514)
* Replaced macos14 with macos15 in push * skip lc_ctype_inheritance test for macOS
1 parent 29b38a1 commit da7d2e1

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ jobs:
198198
fail-fast: false
199199
matrix:
200200
include:
201-
- os: 14
201+
- os: 15
202202
arch: ARM64
203203
name: MACOS_${{ matrix.arch }}_DEBUG_NTS
204204
runs-on: macos-${{ matrix.os }}

ext/ctype/tests/lc_ctype_inheritance.phpt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ Do not inherit LC_CTYPE from environment
44
ctype
55
--SKIPIF--
66
<?php
7+
if (PHP_OS_FAMILY === 'Darwin') die('skip Fails for macOS 15');
78
if (setlocale(LC_ALL, 'invalid') === 'invalid') { die('skip setlocale() is broken /w musl'); }
89
if (!setlocale(LC_CTYPE, "de_DE", "de-DE")) die("skip requires de_DE locale");
910
?>

0 commit comments

Comments
 (0)