File tree 1 file changed +11
-7
lines changed
1 file changed +11
-7
lines changed Original file line number Diff line number Diff line change 30
30
- php-versions : ' 8.2'
31
31
phpunit-version : ' 9.5.27'
32
32
experimental : false
33
+ - php-versions : ' 8.3'
34
+ phpunit-version : ' 9.5.27'
35
+ experimental : false
33
36
steps :
34
37
- name : Checkout
35
- uses : actions/checkout@v3
38
+ uses : actions/checkout@v4
36
39
37
40
- name : Setup PHP
38
41
uses : shivammathur/setup-php@v2
@@ -67,24 +70,25 @@ jobs:
67
70
run : phpunit --coverage-text --coverage-clover=coverage.xml
68
71
69
72
- name : Upload coverage data to codecov
70
- if : matrix.php-versions == '8.1 '
71
- uses : codecov/codecov-action@v3
73
+ if : matrix.php-versions == '8.2 '
74
+ uses : codecov/codecov-action@v4
72
75
with :
73
76
files : ./coverage.xml
77
+ token : ${{ secrets.CODECOV_TOKEN }}
74
78
fail_ci_if_error : true
75
79
76
80
build-docs :
77
81
runs-on : ubuntu-latest
78
82
steps :
79
83
- name : Checkout
80
- uses : actions/checkout@v3
84
+ uses : actions/checkout@v4
81
85
with :
82
86
# fetch complete history so that the "last updated by" texts can be set correctly
83
87
fetch-depth : 0
84
- - name : Use Node.js 18 .x
85
- uses : actions/setup-node@v1
88
+ - name : Use Node.js 20 .x
89
+ uses : actions/setup-node@v4
86
90
with :
87
- node-version : 18 .x
91
+ node-version : 20 .x
88
92
- name : Build Docs
89
93
run : |
90
94
cd docs
You can’t perform that action at this time.
0 commit comments