We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 109cf5f commit bdd6488Copy full SHA for bdd6488
1 file changed
.github/workflows/ci.yml
@@ -8,7 +8,7 @@ jobs:
8
strategy:
9
matrix:
10
os: [ubuntu-latest, macOS-latest]
11
- php-version: ['8.5']
+ php-version: ['8.4', '8.5']
12
dependencies: ['lowest', 'highest']
13
name: 'PHPUnit'
14
steps:
0 commit comments