Skip to content

Commit

Permalink
Merge pull request #13 from plesk/HOTFIX-downgrade-to-php73
Browse files Browse the repository at this point in the history
[HOTFIX] Downgrade to PHP 7.3
  • Loading branch information
laurisb authored Jul 6, 2023
2 parents 8598e92 + 61c625b commit a363afe
Show file tree
Hide file tree
Showing 4 changed files with 235 additions and 94 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@ jobs:
- name: Install application dependencies
run: composer install --prefer-dist --no-dev --no-progress

- name: Downgrade to php 7.3
run: vendor/bin/rector -c dev-ops/rector-php-73.php

- name: Cleanup
run: rm -fr .git .github dev-ops .gitignore Makefile

Expand Down
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@
},
"require-dev": {
"guzzlehttp/guzzle": "^7.0.1",
"illuminate/database": "^7"
"illuminate/database": "^7",
"rector/rector": "^0.17"
},
"config": {
"platform": {
Expand Down
Loading

0 comments on commit a363afe

Please sign in to comment.