Skip to content

Commit ca45ee4

Browse files
committed
Merge branch 'develop' for v4.5.0
2 parents f73f4f0 + dbf71c6 commit ca45ee4

File tree

9 files changed

+193
-127
lines changed

9 files changed

+193
-127
lines changed

.github/ISSUE_TEMPLATE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
This issue tracker is only for issues related to EasyEngine. Please use http://community.rtcamp.com/c/easyengine for support questions.
1+
This issue tracker is only for issues related to EasyEngine. Please use https://github.com/EasyEngine/easyengine/discussions for support questions.
22

33
If you feel the issue is a EasyEngine specific issue, please attach the output of the following commands.
44

.github/workflows/test_and_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090
strategy:
9191
fail-fast: false
9292
matrix:
93-
php: ['7.2', '7.3', '7.4', '8.0']
93+
php: ['7.2', '7.3', '7.4', '8.0', '8.1']
9494
steps:
9595
- name: Check out source code
9696
uses: actions/checkout@v2

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
4.4.3
1+
4.5.0

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@
3333
"easyengine/cron-command": "v1.2.0",
3434
"easyengine/log-command": "v1.1.0",
3535
"easyengine/mailhog-command": "v1.0.2",
36-
"easyengine/service-command": "v1.3.2",
36+
"easyengine/service-command": "v1.4.0",
3737
"easyengine/shell-command": "v1.1.0",
38-
"easyengine/site-command": "v2.9.2",
38+
"easyengine/site-command": "v3.0.0",
3939
"easyengine/site-type-php": "v1.6.1",
4040
"easyengine/site-type-wp": "v1.6.1",
4141
"monolog/monolog": "1.24.0",

0 commit comments

Comments
 (0)