File tree Expand file tree Collapse file tree 4 files changed +9
-3
lines changed Expand file tree Collapse file tree 4 files changed +9
-3
lines changed Original file line number Diff line number Diff line change
1
+ version : 2
2
+ updates :
3
+ - package-ecosystem : " github-actions"
4
+ directory : " /"
5
+ schedule :
6
+ interval : " weekly"
Original file line number Diff line number Diff line change 33
33
MYSQL_ROOT_PASSWORD :
34
34
35
35
steps :
36
- - uses : actions/checkout@v3
36
+ - uses : actions/checkout@v4
37
37
- name : Create MongoDB Replica Set
38
38
run : |
39
39
docker run --name mongodb -p 27017:27017 -e MONGO_INITDB_DATABASE=unittest --detach mongo:${{ matrix.mongodb }} mongod --replSet rs --setParameter transactionLifetimeLimitSeconds=5
Original file line number Diff line number Diff line change 17
17
18
18
steps :
19
19
- name : " Checkout"
20
- uses : " actions/checkout@v3 "
20
+ uses : " actions/checkout@v4 "
21
21
22
22
- name : Setup cache environment
23
23
id : extcache
Original file line number Diff line number Diff line change 3
3
* .sublime-workspace
4
4
.DS_Store
5
5
.idea /
6
- .phpunit.result. cache
6
+ .phpunit.cache /
7
7
.phpcs-cache
8
8
/vendor
9
9
composer.lock
You can’t perform that action at this time.
0 commit comments