diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index e4f6f6b0..1ffaa590 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -16,8 +16,8 @@ jobs: strategy: fail-fast: false matrix: - operating-system: [ubuntu-24.04, ubuntu-22.04, windows-2022, macos-13] - php-versions: ['5.3', '5.4', '5.5', '5.6', '7.0', '7.1', '7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3', '8.4', '8.5'] + operating-system: [ubuntu-24.04, ubuntu-22.04, windows-2022, macos-15-intel] + php-versions: ['5.3', '5.4', '5.5', '5.6', '7.0', '7.1', '7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3', '8.4', '8.5', '8.6'] steps: - name: Setup PHP uses: shivammathur/setup-php@v2 @@ -116,11 +116,11 @@ jobs: git config --local user.name "${{ github.repository_owner }}" - name: Combine run: | - for os in ubuntu-24.04 ubuntu-22.04 windows-2022 windows-2019 macos-13 macos-14 macos-15; do + for os in ubuntu-24.04 ubuntu-22.04 windows-2025 windows-2022 windows-2019 macos-13 macos-14 macos-15 macos-26; do echo "These are extensions which are loaded by default on the following PHP versions. More extensions which are available as packages and available on pecl are supported by setup-php. Refer to [php extension support](https://github.com/shivammathur/setup-php#heavy_plus_sign-php-extension-support) for more details." > Php-extensions-loaded-on-"$os".md for version in 5.3 5.4 5.5 5.6 7.0 7.1 7.2 7.3 7.4 8.0 8.1 8.2 8.3 8.4 8.5 8.6; do if [[ "${os%-*}" = "macos" ]]; then - cat lists/php"$version"-macos-13.md >> Php-extensions-loaded-on-"$os".md + cat lists/php"$version"-macos-15-intel.md >> Php-extensions-loaded-on-"$os".md elif [ "${os%-*}" = "windows" ]; then cat lists/php"$version"-windows-2022.md >> Php-extensions-loaded-on-"$os".md else diff --git a/.github/workflows/php.yml b/.github/workflows/php.yml index 4ae6b7a0..1898fa12 100644 --- a/.github/workflows/php.yml +++ b/.github/workflows/php.yml @@ -28,8 +28,8 @@ jobs: strategy: fail-fast: false matrix: - operating-system: [ubuntu-24.04, ubuntu-22.04, windows-2022, macos-13] - php-versions: ['5.3', '5.4', '5.5', '5.6', '7.0', '7.1', '7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3', '8.4', '8.5'] + operating-system: [ubuntu-24.04, ubuntu-22.04, windows-2022, macos-15-intel] + php-versions: ['5.3', '5.4', '5.5', '5.6', '7.0', '7.1', '7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3', '8.4', '8.5', '8.6'] include: - operating-system: ubuntu-24.04 php-versions: ''