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 58601e0 commit c0ae8d9Copy full SHA for c0ae8d9
.github/workflows/checks.yml
@@ -32,7 +32,7 @@ jobs:
32
strategy:
33
fail-fast: false
34
matrix:
35
- php-version: [ '7.4', '8.0', '8.1', '8.2' ]
+ php-version: [ '7.4', '8.0', '8.1', '8.2', '8.3' ]
36
dependency-version: [ prefer-lowest, prefer-stable ]
37
steps:
38
-
0 commit comments