Skip to content

Commit 7105664

Browse files
committed
Update php.yml for GitHub Actions to test on macOS Tahoe 26
1 parent 61eebc9 commit 7105664

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/php.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
strategy:
2020
matrix:
2121
# https://github.com/shivammathur/setup-php?tab=readme-ov-file#cloud-osplatform-support
22-
os: [ 'ubuntu-22.04', 'ubuntu-24.04', 'ubuntu-22.04-arm', 'ubuntu-24.04-arm', 'windows-2022', 'macos-14', 'macos-15' ]
22+
os: [ 'ubuntu-22.04', 'ubuntu-24.04', 'ubuntu-22.04-arm', 'ubuntu-24.04-arm', 'windows-2022', 'macos-14', 'macos-15', 'macos-26' ]
2323
php-version: [ '8.1', '8.2', '8.3', '8.4', '8.5' ]
2424
steps:
2525
- name: Checkout

0 commit comments

Comments
 (0)