This repository was archived by the owner on Dec 9, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +6
-12
lines changed
Expand file tree Collapse file tree 1 file changed +6
-12
lines changed Original file line number Diff line number Diff line change 1313env :
1414 extensions : " json"
1515 cache-version : " 1"
16- composer-version : " v1 "
16+ composer-version : " v2 "
1717 composer-install : " composer update --no-interaction --no-progress --no-suggest --prefer-dist --prefer-stable"
1818
1919jobs :
2323
2424 strategy :
2525 matrix :
26- php-version : ["7.4 "]
26+ php-version : ["8.0 "]
2727 operating-system : ["ubuntu-latest"]
2828 fail-fast : false
2929
8282
8383 strategy :
8484 matrix :
85- php-version : ["7.4 "]
85+ php-version : ["8.0 "]
8686 operating-system : ["ubuntu-latest"]
8787 fail-fast : false
8888
@@ -138,20 +138,15 @@ jobs:
138138
139139 strategy :
140140 matrix :
141- php-version : ["7.3 ", "7.4 "]
141+ php-version : ["7.4 ", "8.0 "]
142142 operating-system : ["ubuntu-latest"]
143143 composer-args : [ "" ]
144144 include :
145145 - php-version : " 7.3"
146146 operating-system : " ubuntu-latest"
147147 composer-args : " --prefer-lowest"
148- - php-version : " 8.0"
149- operating-system : " ubuntu-latest"
150- composer-args : " --ignore-platform-reqs"
151148 fail-fast : false
152149
153- continue-on-error : " ${{ matrix.php-version == '8.0' }}"
154-
155150 steps :
156151 - name : " Checkout"
157152 uses : " actions/checkout@v2"
@@ -207,7 +202,7 @@ jobs:
207202
208203 strategy :
209204 matrix :
210- php-version : ["7.4 "]
205+ php-version : ["8.0 "]
211206 operating-system : ["ubuntu-latest"]
212207 fail-fast : false
213208
@@ -257,7 +252,7 @@ jobs:
257252 run : " ${{ env.composer-install }}"
258253
259254 - name : " Tests"
260- run : " make coverage"
255+ run : " make coverage-clover "
261256
262257 - name : " Coveralls.io"
263258 env :
@@ -267,4 +262,3 @@ jobs:
267262 run : |
268263 wget https://github.com/php-coveralls/php-coveralls/releases/download/v2.1.0/php-coveralls.phar
269264 php php-coveralls.phar --verbose --config tests/.coveralls.yml
270-
You can’t perform that action at this time.
0 commit comments