We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4578c0 commit eab4d8aCopy full SHA for eab4d8a
.github/workflows/phpunit.yml
@@ -12,7 +12,7 @@ jobs:
12
runs-on: ubuntu-latest
13
strategy:
14
matrix:
15
- php-versions: ['7.3', '7.3', '7.4', '8.0']
+ php-versions: ['7.2', '7.3', '7.4', '8.0']
16
17
name: PHPUnit ${{ matrix.php-versions }}
18
0 commit comments