Skip to content
This repository was archived by the owner on Mar 1, 2023. It is now read-only.

Commit 2e9888c

Browse files
authored
fix: fixed php version for rector
1 parent f2c41af commit 2e9888c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/coding-standard.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ jobs:
109109

110110
strategy:
111111
matrix:
112-
php-versions: ["7.4"]
112+
php-versions: ["7.3"]
113113

114114
env:
115115
key: "rector-ci-v1" # change key (version) to clear cache

0 commit comments

Comments
 (0)