Use windows-2022 in php workflow

This commit is contained in:
Shivam Mathur 2024-11-04 09:56:32 +05:30
parent 58a6e6fb4b
commit cb0fc744e6
No known key found for this signature in database
GPG Key ID: 3E13E4C8591ACC2A

View File

@ -28,7 +28,7 @@ jobs:
strategy: strategy:
fail-fast: false fail-fast: false
matrix: matrix:
operating-system: [ubuntu-24.04, ubuntu-22.04, ubuntu-20.04, windows-2019, macos-13] operating-system: [ubuntu-24.04, ubuntu-22.04, ubuntu-20.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'] 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']
include: include:
- operating-system: ubuntu-24.04 - operating-system: ubuntu-24.04