File tree 10 files changed +235
-255
lines changed
10 files changed +235
-255
lines changed Original file line number Diff line number Diff line change 49
49
- windows-latest
50
50
51
51
php :
52
- - 8.1
53
- - 8.2
52
+ - 8.3
54
53
55
54
steps :
56
55
- name : Checkout
96
95
working-directory : ${{ env.working_directory }}
97
96
98
97
- name : Run tests codeception
99
- if : matrix.os != 'ubuntu-latest' || matrix.php != '8.0'
100
98
run : vendor/bin/codecept run
101
99
working-directory : ${{ env.working_directory }}
102
-
103
- - name : Run tests codeception with coverage
104
- if : matrix.os == 'ubuntu-latest' && matrix.php == '8.0'
105
- run : vendor/bin/codecept run --coverage-xml
106
- working-directory : ${{ env.working_directory }}
107
-
108
- - name : Upload coverage to codecov
109
- if : matrix.os == 'ubuntu-latest' && matrix.php == '8.0'
110
- uses : codecov/codecov-action@v3
111
- with :
112
- file : tests/_output/coverage.xml
113
- working-directory : ${{ env.working_directory }}
Original file line number Diff line number Diff line change 45
45
- ubuntu-latest
46
46
47
47
php :
48
- - 8.1
48
+ - 8.3
49
49
50
50
steps :
51
51
- name : Checkout
Original file line number Diff line number Diff line change 45
45
- ubuntu-latest
46
46
47
47
php :
48
- - 8.1
48
+ - 8.3
49
49
50
50
steps :
51
51
- name : Checkout
Original file line number Diff line number Diff line change 49
49
- windows-latest
50
50
51
51
php :
52
- - 8.1
53
- - 8.2
52
+ - 8.3
54
53
55
54
steps :
56
55
- name : Checkout
@@ -100,18 +99,5 @@ jobs:
100
99
working-directory : ${{ env.working_directory }}
101
100
102
101
- name : Run tests codeception
103
- if : matrix.os != 'ubuntu-latest' || matrix.php != '8.0'
104
102
run : vendor/bin/codecept run
105
103
working-directory : ${{ env.working_directory }}
106
-
107
- - name : Run tests codeception with coverage
108
- if : matrix.os == 'ubuntu-latest' && matrix.php == '8.0'
109
- run : vendor/bin/codecept run --coverage-xml
110
- working-directory : ${{ env.working_directory }}
111
-
112
- - name : Upload coverage to codecov
113
- if : matrix.os == 'ubuntu-latest' && matrix.php == '8.0'
114
- uses : codecov/codecov-action@v3
115
- with :
116
- file : tests/_output/coverage.xml
117
- working-directory : ${{ env.working_directory }}
Original file line number Diff line number Diff line change 45
45
- ubuntu-latest
46
46
47
47
php :
48
- - 8.1
48
+ - 8.3
49
49
50
50
steps :
51
51
- name : Checkout
Original file line number Diff line number Diff line change 45
45
- ubuntu-latest
46
46
47
47
php :
48
- - 8.1
48
+ - 8.3
49
49
50
50
steps :
51
51
- name : Checkout
Original file line number Diff line number Diff line change 20
20
"minimum-stability" : " dev" ,
21
21
"prefer-stable" : true ,
22
22
"require" : {
23
- "php" : " ^8.1 " ,
23
+ "php" : " 8.3.* " ,
24
24
"ext-intl" : " *" ,
25
25
"cebe/markdown" : " ^1.2@dev" ,
26
+ "cycle/annotated" : " ^3.5" ,
26
27
"cycle/database" : " ^2.0" ,
27
28
"cycle/entity-behavior" : " ^1.0" ,
28
29
"cycle/orm" : " ^2.0" ,
96
97
"yiisoft/yii-gii" : " dev-master" ,
97
98
"yiisoft/yii-testing" : " dev-master"
98
99
},
99
- "conflict" : {
100
- "symfony/css-selector" : " >6" ,
101
- "symfony/event-dispatcher" : " >6" ,
102
- "symfony/filesystem" : " >6" ,
103
- "symfony/string" : " >6"
104
- },
105
100
"autoload" : {
106
101
"psr-4" : {
107
102
"App\\ " : " src"
You can’t perform that action at this time.
0 commit comments