Below you will find pages that utilize the taxonomy term “shivammathur”
September 25, 2024
Cache PHP Extensions
Version updated for shivammathur/cache-extensions to version 1.11.1.
This action is used across all versions by 2,594 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes Fix cache on self-hosted containers between PHP patch versions. (#44) Update Node.js dependencies. Full Changelog: https://github.com/shivammathur/cache-extensions/compare/1.11.0...1.11.1
July 9, 2024
Setup PHP Action
Version updated for shivammathur/setup-php to version 2.31.1.
This action is used across all versions by 140,601 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes Changelog Fix installing PECL extensions on Windows with a build version #855
Fix cache support for ioncube extension #856
Updated Node.js dependencies.
For the complete list of changes, please refer to the Full Changelog
June 24, 2024
Setup PHP Action
Version updated for shivammathur/setup-php to version 2.31.0.
This action is used across all versions by 138,634 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes Changelog Added support for a fallback mirror for ondrej/php PPA when launchpad is down (#834).
Fixed installing packages on self-hosted environments with existing conf files (#852).
Fixed support for oci8 and pdo_oci extensions on ubuntu-24.04.
Fixed support for couchbase extension on ubuntu-24.
June 23, 2024
Cache PHP Extensions
Version updated for shivammathur/cache-extensions to version 1.11.0.
This action is used across all versions by 2,507 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes Improve support for self-hosted runners Add support for Ubuntu 24.04 Fix support for arm64 runners Fix support for different macos versions Fix support to cache gd extension correctly Fix caching dependencies extensions and libraries from shivammathur/extensions tap on macOS. Minify ncc output.
June 3, 2024
Setup PHP Action
Version updated for shivammathur/setup-php to version 2.30.5.
This action is used across all versions by 135,824 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes Changelog Added support for Ubuntu 24.04.
Added support for easy-coding-standard in tools (https://github.com/shivammathur/setup-php/pull/838)
Added support for zephir_parser for PHP 8.3.
Fixed installing zts PHP versions on macOS (https://github.com/shivammathur/setup-php/issues/847).
Fixed installing ev extension (https://github.com/shivammathur/setup-php/issues/844).
Fixed support for ioncube extension (https://github.com/shivammathur/setup-php/issues/840).
Updated Node.js dependencies.
April 24, 2024
Setup PHP Action
Version updated for shivammathur/setup-php to version 2.30.4.
This action is used across all versions by 130,707 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes Changelog Fixed support for sqlsrv and pro_sqlsrv on Windows (https://github.com/shivammathur/setup-php/discussions/835).
Fixed a permissions issue for brew on macos-14 environments.
Marked PHP 5.3 to PHP 5.5 as not supported on ARM64 macOS environments like macos-14.
For the complete list of changes, please refer to the Full Changelog
April 22, 2024
Setup PHP Action
Version updated for shivammathur/setup-php to version 2.30.3.
This action is used across all versions by 130,396 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes Changelog Fixed reading extension directory for PHP 8.4 on macOS. For the complete list of changes, please refer to the Full Changelog
March 31, 2024
Setup PHP Action
Version updated for shivammathur/setup-php to version 2.30.2.
This action is used across all versions by 127,305 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes Changelog Added support for vld extension (https://github.com/shivammathur/homebrew-extensions/issues/3827).
Updated brew along with the core tap on macOS to handle breaking changes in core tap formulae.
Updated Node.js dependencies.
For the complete list of changes, please refer to the Full Changelog
March 25, 2024
Setup PHP Action
Version updated for shivammathur/setup-php to version 2.30.1.
This action is used across all versions by 126,583 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes Changelog Improved updating Homebrew core tap on macOS using a retry logic.
Fixed support for phalcon on Windows.
Fixed support for OCI extensions for PHP 8.4 on Linux and macOS.
Fixed support for sqlsrv and pdo_sqlsrv on PHP 8.0.
Fixed type error on Windows in Get-File function.
March 18, 2024
Cache PHP Extensions
Version updated for shivammathur/cache-extensions to version 1.10.1.
This action is used across all versions by 2,419 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes Add API version for PHP 8.2 and 8.3 in cache.sh. Update Node.js dependencies. Full Changelog: https://github.com/shivammathur/cache-extensions/compare/1.10.0...1.10.1
March 1, 2024
Setup PHP Action
Version updated for shivammathur/setup-php to version 2.30.0.
This action is used across all versions by 123,523 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes Changelog Add support to set custom composer timeout (#811) - name: Setup PHP uses: shivammathur/setup-php@v2 with: php-version: '8.3' env: COMPOSER_PROCESS_TIMEOUT: 300 Fix syncing dependency formulae on macOS. (#823, #825, #824)
Updated Node.js dependencies.
For the complete list of changes, please refer to the Full Changelog
November 27, 2023
Setup PHP Action
Version updated for shivammathur/setup-php to version 2.28.0.
This action is used across all versions by 111,993 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes Changelog Specifying 8.3 in php-version now installs a stable build of PHP 8.3. - name: Setup PHP 8.3 uses: shivammathur/setup-php@v2 with: php-version: '8.3' Specifying latest in php-version now installs PHP 8.3 as well. - name: Setup Latest PHP uses: shivammathur/setup-php@v2 with: php-version: 'latest' Specifying nightly in php-version now installs PHP 8.
November 7, 2023
Setup PHP Action
Version updated for shivammathur/setup-php to version 2.27.1.
This action is used across all versions by 109,293 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes Changelog Fixed updating PHP dependencies after formulae in homebrew/core tap have been sharded into directories with prefixes. (#780)
Update actions/setup-node from v3 to v4 in the node workflow.
Update Node.js dependencies.
For the complete list of changes, please refer to the Full Changelog
November 2, 2023
Setup PHP Action
Version updated for shivammathur/setup-php to version 2.27.0.
This action is used across all versions by 108,683 repositories. Go to the GitHub Marketplace to find the latest changes.
Release notes Changelog Tools box and php-scoper can now be installed easily using the tools input. (#776) - name: Setup PHP uses: shivammathur/setup-php@v2 with: php-version: '8.2' tools: box, php-scoper Added support for macOS 14.x Sonoma and dropped support for macOS 11.x Big Sur following a three-year support cycle that Apple follows for macOS.