Skip to content

Commit ec26952

Browse files
committed
Update php.yml for GitHub Actions to test on macOS Sequoia 15 (Intel) and Windows Server 2025
1 parent fda09b3 commit ec26952

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/php.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@ jobs:
2020
strategy:
2121
matrix:
2222
# https://github.com/shivammathur/setup-php?tab=readme-ov-file#cloud-osplatform-support
23-
os: [ 'ubuntu-22.04', 'ubuntu-24.04', 'ubuntu-22.04-arm', 'ubuntu-24.04-arm', 'windows-2022', 'macos-14', 'macos-15', 'macos-26' ]
23+
os: [ 'ubuntu-22.04', 'ubuntu-24.04', 'ubuntu-22.04-arm', 'ubuntu-24.04-arm', 'windows-2022', 'windows-2025', 'macos-14', 'macos-15-intel', 'macos-15', 'macos-26' ]
2424
php-version: [ '8.1', '8.2', '8.3', '8.4', '8.5' ]
2525
steps:
2626
- name: Checkout
27-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
27+
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
2828

2929
- name: Setup PHP
3030
uses: ./.github/actions/setup-php

0 commit comments

Comments
 (0)