We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a2fe8f commit c0424d8Copy full SHA for c0424d8
.github/workflows/tests.yaml
@@ -26,7 +26,8 @@ jobs:
26
operating-system: ['ubuntu-latest']
27
php-version: ['8.2', '8.3']
28
include:
29
- - operating-system: 'macos-latest'
+ # TODO: change this to 'macos-latest' on June 2024, when '14' will become 'latest'
30
+ - operating-system: 'macos-14'
31
php-version: '8.2'
32
- operating-system: 'windows-latest'
33
0 commit comments