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 abb7937 commit 8f093b6Copy full SHA for 8f093b6
.github/workflows/backend.yml
@@ -8,6 +8,6 @@ jobs:
8
with:
9
enable_backend_testing: true
10
enable_phpstan: true
11
- php_versions: '["7.4", "8.0, "8.1", "8.2", "8.3", "8.4"]'
+ php_versions: '["7.4", "8.0", "8.1", "8.2", "8.3", "8.4"]'
12
13
backend_directory: .
0 commit comments