We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 600bb01 commit 8808fdfCopy full SHA for 8808fdf
1 file changed
.github/workflows/run-tests.yml
@@ -10,8 +10,8 @@ jobs:
10
strategy:
11
fail-fast: true
12
matrix:
13
- os: [ubuntu-latest]
14
- php: [7.4]
+ os: [ubuntu-latest, windows-latest]
+ php: [5.0, 7.0, 7.2, 7.4, 8.0, 8.1, 8.2, 8,3]
15
16
name: P${{ matrix.php }} - ${{ matrix.os }}
17
0 commit comments