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.
2 parents db2c20e + a211b2c commit 572405dCopy full SHA for 572405d
.github/workflows/tests.yaml
@@ -24,10 +24,9 @@ jobs:
24
strategy:
25
matrix:
26
operating-system: ['ubuntu-latest']
27
- php-version: ['8.2', '8.3']
+ php-version: ['8.2', '8.3', '8.4']
28
include:
29
- # TODO: change this to 'macos-latest' on June 2024, when '14' will become 'latest'
30
- - operating-system: 'macos-14'
+ - operating-system: 'macos-latest'
31
php-version: '8.2'
32
- operating-system: 'windows-latest'
33
0 commit comments