File tree 2 files changed +8
-2
lines changed
2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change 14
14
strategy :
15
15
matrix :
16
16
operating-system : [ ubuntu-latest ]
17
- php-version : [ '8.0', '8.1', '8.2' ]
17
+ php-version : [ '8.0', '8.1', '8.2', '8.3' ]
18
18
19
19
name : PHP ${{ matrix.php-version }} test on ${{ matrix.operating-system }}
20
20
@@ -46,10 +46,11 @@ jobs:
46
46
47
47
- name : PHPUnit Tests
48
48
run : |
49
- if [[ ${{ matrix.php-version }} == '8.0' ]]; then
49
+ if [[ ' ${{ matrix.php-version }}' == '8.0' ]]; then
50
50
vendor/bin/phpunit --configuration phpunit-9.6.xml --coverage-clover tests/coverage.xml
51
51
else
52
52
vendor/bin/phpunit --coverage-clover tests/coverage.xml
53
+ fi
53
54
54
55
- name : Upload coverage reports to Codecov
55
56
uses : codecov/codecov-action@v3
Original file line number Diff line number Diff line change 46
46
<a href =" https://app.codecov.io/gh/WalterWoshid/php-dissect/flags " target =" _blank " >
47
47
<img alt="Coverage - PHP 8.2" src="https://img.shields.io/codecov/c/github/WalterWoshid/php-dissect?flag=os-ubuntu-latest_php-8.2&label=Coverage - PHP 8.2&labelColor=ebdbb2&style=flat&logo=codecov&logoColor=FFC107&color=FFC107"/>
48
48
</a >
49
+
50
+ <!-- Coverage - PHP 8.3 -->
51
+ <a href =" https://app.codecov.io/gh/WalterWoshid/php-dissect/flags " target =" _blank " >
52
+ <img alt="Coverage - PHP 8.3" src="https://img.shields.io/codecov/c/github/WalterWoshid/php-dissect?flag=os-ubuntu-latest_php-8.3&label=Coverage - PHP 8.3&labelColor=ebdbb2&style=flat&logo=codecov&logoColor=FFC107&color=FFC107"/>
53
+ </a >
49
54
</p >
50
55
51
56
<h2 align =" center " >Dissect is a set of tools for lexical and syntactical analysis written in pure PHP.</h2 >
You can’t perform that action at this time.
0 commit comments