Skip to content

Commit b6e92ec

Browse files
committed
tests: test PHP >= 8 on macOS 15
1 parent c1065e5 commit b6e92ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jobs:
55
runs-on: ${{ matrix.operating-system }}
66
strategy:
77
matrix:
8-
operating-system: [ 'ubuntu-24.04', 'windows-2025', 'macos-latest' ]
8+
operating-system: [ 'ubuntu-24.04', 'windows-2025', 'macos-15' ]
99
php-versions: [ '8.0', '8.1', '8.2', '8.3', '8.4', '8.5' ]
1010
include:
1111
- operating-system: 'ubuntu-24.04'

0 commit comments

Comments
 (0)