We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ab81d3 commit 6d82507Copy full SHA for 6d82507
.github/workflows/phpunit.yml
@@ -8,7 +8,7 @@ jobs:
8
strategy:
9
max-parallel: 4
10
matrix:
11
- php-version: ['7.2', '7.4', '8.0', '8.1']
+ php-version: ['7.3', '8.0', '8.1']
12
13
steps:
14
- uses: actions/checkout@v3
0 commit comments