File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -19,14 +19,14 @@ jobs:
19
19
strategy :
20
20
fail-fast : false
21
21
matrix :
22
- php-version : ['7.4', '8.0', '8.1']
22
+ php-version : ['7.4', '8.0', '8.1', '8.2' ]
23
23
coverage : ['no']
24
24
test-tld : ['no']
25
25
include :
26
- - php-version : ' 8.1 '
26
+ - php-version : ' 8.2 '
27
27
coverage : ' coverage'
28
28
test-tld : ' no'
29
- - php-version : ' 8.1 '
29
+ - php-version : ' 8.2 '
30
30
coverage : ' no'
31
31
test-tld : ' test-tld'
32
32
56
56
run : composer install --prefer-dist
57
57
58
58
- name : Setup problem matchers for PHPUnit
59
- if : matrix.php-version == '8.1'
59
+ if : matrix.php-version == '8.1' || matrix.php-version == '8.2'
60
60
run : echo "::add-matcher::${{ runner.tool_cache }}/phpunit.json"
61
61
62
62
- name : Run PHPUnit
82
82
- name : Setup PHP
83
83
uses : shivammathur/setup-php@v2
84
84
with :
85
- php-version : ' 8.1 '
85
+ php-version : ' 8.2 '
86
86
extensions : mbstring, intl, apcu
87
87
coverage : none
88
88
tools : cs2pr, phpcs
You can’t perform that action at this time.
0 commit comments