We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f1582d commit 87ced37Copy full SHA for 87ced37
1 file changed
.github/workflows/php.yml
@@ -19,7 +19,7 @@ jobs:
19
strategy:
20
matrix:
21
# https://github.com/shivammathur/setup-php?tab=readme-ov-file#cloud-osplatform-support
22
- os: [ 'ubuntu-24.04', 'windows-2022', 'macos-13' ]
+ os: [ 'ubuntu-22.04', 'windows-2022', 'macos-14' ]
23
php-version: [ '7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3', '8.4' ]
24
steps:
25
- name: Checkout
0 commit comments