We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1223ad9 commit cd38958Copy full SHA for cd38958
1 file changed
.github/workflows/tests.yml
@@ -32,7 +32,7 @@ jobs:
32
strategy:
33
fail-fast: false
34
matrix:
35
- php-versions: [ '7.4', '8.0', '8.1', '8.2', '8.3' ]
+ php-versions: [ '7.4', '8.0', '8.1', '8.2' ]
36
steps:
37
- uses: actions/checkout@v1
38
0 commit comments