We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be8d73e commit f666757Copy full SHA for f666757
.github/workflows/build.yml
@@ -22,7 +22,7 @@ jobs:
22
- 'ubuntu-latest'
23
- 'windows-latest'
24
# - 'macos-latest'
25
- php: [8.3]
+ php: [8.2, 8.3]
26
dependency-version: [prefer-stable]
27
28
name: PHP${{ matrix.php }} - ${{ matrix.os }} - ${{ matrix.dependency-version }}
0 commit comments