Skip to content

Commit eab4d8a

Browse files
committed
Fixed php versions
1 parent c4578c0 commit eab4d8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/phpunit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
strategy:
1414
matrix:
15-
php-versions: ['7.3', '7.3', '7.4', '8.0']
15+
php-versions: ['7.2', '7.3', '7.4', '8.0']
1616

1717
name: PHPUnit ${{ matrix.php-versions }}
1818

0 commit comments

Comments
 (0)