diff --git a/.github/workflows/php.yml b/.github/workflows/php.yml index 817feeb..2dbbd36 100644 --- a/.github/workflows/php.yml +++ b/.github/workflows/php.yml @@ -20,11 +20,11 @@ jobs: strategy: matrix: # https://github.com/shivammathur/setup-php?tab=readme-ov-file#cloud-osplatform-support - os: [ 'ubuntu-22.04', 'ubuntu-24.04', 'ubuntu-22.04-arm', 'ubuntu-24.04-arm', 'windows-2022', 'macos-14', 'macos-15', 'macos-26' ] + 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' ] php-version: [ '8.1', '8.2', '8.3', '8.4', '8.5' ] steps: - name: Checkout - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 - name: Setup PHP uses: ./.github/actions/setup-php