We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82004c0 commit 42075a3Copy full SHA for 42075a3
.github/workflows/tests.yml
@@ -12,7 +12,7 @@ jobs:
12
runs-on: ubuntu-20.04
13
strategy:
14
matrix:
15
- php-versions: ['8.1', '8.2', '8.3', '8.4']
+ php-versions: ['8.2', '8.3', '8.4']
16
17
name: PHPUnit ${{ matrix.php-versions }}
18
steps:
0 commit comments