File tree Expand file tree Collapse file tree 4 files changed +45
-14
lines changed Expand file tree Collapse file tree 4 files changed +45
-14
lines changed Original file line number Diff line number Diff line change 1
1
on :
2
- pull_request :
3
- push :
2
+ - pull_request
3
+ - push
4
4
5
5
name : backwards compatibility
6
6
jobs :
7
- roave_bc_check :
8
- name : Roave BC Check
9
- runs-on : ubuntu-latest
10
- steps :
11
- - uses : actions/checkout@master
12
- - name : fetch tags
13
- run : git fetch --depth=1 origin +refs/tags/*:refs/tags/*
14
- - name : Roave BC Check
15
- uses : docker://nyholm/roave-bc-check-ga
7
+ roave_bc_check :
8
+ uses : yiisoft/actions/.github/workflows/bc.yml@master
9
+ with :
10
+ os : >-
11
+ ['ubuntu-latest']
12
+ php : >-
13
+ ['8.0']
Original file line number Diff line number Diff line change
1
+ on :
2
+ pull_request :
3
+ paths-ignore :
4
+ - ' docs/**'
5
+ - ' README.md'
6
+ - ' CHANGELOG.md'
7
+ - ' .gitignore'
8
+ - ' .gitattributes'
9
+ - ' infection.json.dist'
10
+ - ' phpunit.xml.dist'
11
+ - ' psalm.xml'
12
+
13
+ push :
14
+ paths-ignore :
15
+ - ' docs/**'
16
+ - ' README.md'
17
+ - ' CHANGELOG.md'
18
+ - ' .gitignore'
19
+ - ' .gitattributes'
20
+ - ' infection.json.dist'
21
+ - ' phpunit.xml.dist'
22
+ - ' psalm.xml'
23
+
24
+ name : Composer require checker
25
+
26
+ jobs :
27
+ composer-require-checker :
28
+ uses : yiisoft/actions/.github/workflows/composer-require-checker.yml@master
29
+ with :
30
+ os : >-
31
+ ['ubuntu-latest']
32
+ php : >-
33
+ ['8.0', '8.1', '8.2']
Original file line number Diff line number Diff line change 1
1
# Yii Memcached Change Log
2
2
3
-
4
3
## 2.0.0 under development
5
4
6
5
- Chg #40 : Raise the minimum ` psr/simple-cache ` version to ` ^2.0|^3.0 ` and the minimum PHP version to ` ^8.0 ` (@dehbka )
7
6
8
7
## 1.0.2 April 13, 2021
9
8
10
- - Chg: Adjust config for yiisoft/factory changes (samdark)
9
+ - Chg: Adjust config for ` yiisoft/factory ` changes (@ samdark )
11
10
12
11
## 1.0.1 March 23, 2021
13
12
14
- - Chg: Adjust config for new config plugin (samdark)
13
+ - Chg: Adjust config for new config plugin (@ samdark )
15
14
16
15
## 1.0.0 February 02, 2021
17
16
Original file line number Diff line number Diff line change 25
25
"psr/simple-cache" : " ^2.0|^3.0"
26
26
},
27
27
"require-dev" : {
28
+ "maglnet/composer-require-checker" : " ^4.4" ,
28
29
"phpunit/phpunit" : " ^9.5" ,
29
30
"roave/infection-static-analysis-plugin" : " ^1.16" ,
30
31
"spatie/phpunit-watcher" : " ^1.23" ,
You can’t perform that action at this time.
0 commit comments