mirror of
https://github.com/shivammathur/setup-php.git
synced 2024-11-22 20:01:06 +07:00
Add PHP 8.4 to the php workflow
Enable PHP 8.3 for macOS in the php workflow
This commit is contained in:
parent
b5efb21934
commit
f60e7de98e
5
.github/workflows/php.yml
vendored
5
.github/workflows/php.yml
vendored
@ -29,14 +29,11 @@ jobs:
|
|||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
operating-system: [ubuntu-22.04, ubuntu-20.04, windows-2019, macos-latest]
|
operating-system: [ubuntu-22.04, ubuntu-20.04, windows-2019, macos-latest]
|
||||||
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']
|
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']
|
||||||
include:
|
include:
|
||||||
- operating-system: ubuntu-22.04
|
- operating-system: ubuntu-22.04
|
||||||
php-versions: ''
|
php-versions: ''
|
||||||
php-version-file: 'php-version-file'
|
php-version-file: 'php-version-file'
|
||||||
exclude:
|
|
||||||
- operating-system: macos-latest
|
|
||||||
php-versions: '8.3'
|
|
||||||
env:
|
env:
|
||||||
extensions: xml, opcache, xdebug, pcov, gd
|
extensions: xml, opcache, xdebug, pcov, gd
|
||||||
key: cache-v5
|
key: cache-v5
|
||||||
|
Loading…
Reference in New Issue
Block a user