Skip to content

Commit 8f093b6

Browse files
committed
chore: fix php_versions
1 parent abb7937 commit 8f093b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/backend.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ jobs:
88
with:
99
enable_backend_testing: true
1010
enable_phpstan: true
11-
php_versions: '["7.4", "8.0, "8.1", "8.2", "8.3", "8.4"]'
11+
php_versions: '["7.4", "8.0", "8.1", "8.2", "8.3", "8.4"]'
1212

1313
backend_directory: .

0 commit comments

Comments
 (0)