File tree Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Original file line number Diff line number Diff line change 13
13
strategy :
14
14
matrix :
15
15
php-version :
16
+ - ' 8.2'
16
17
- ' 8.1'
17
18
- ' 8.0'
18
19
- ' 7.4'
25
26
name : PHP ${{ matrix.php-version }}
26
27
steps :
27
28
- name : Checkout
28
- uses : actions/checkout@v2
29
- with :
30
- ref : ${{ github.head_ref }}
29
+ uses : actions/checkout@v3
31
30
32
31
- name : Install PHP
33
32
uses : shivammathur/setup-php@v2
Original file line number Diff line number Diff line change 22
22
},
23
23
"require" : {
24
24
"php" : " >=5.6" ,
25
- "php-mock/php-mock" : " ^2.2 " ,
26
- "phpunit/php-text-template" : " ^1 || ^2"
25
+ "php-mock/php-mock" : " ^2.4 " ,
26
+ "phpunit/php-text-template" : " ^1 || ^2 || ^3 "
27
27
},
28
28
"require-dev" : {
29
- "phpunit/phpunit" : " ^5.7.27 || ^6 || ^7 || ^8 || ^9"
29
+ "phpunit/phpunit" : " ^5.7.27 || ^6 || ^7 || ^8 || ^9 || ^10 "
30
30
},
31
31
"archive" : {
32
32
"exclude" : [" /tests" ]
You can’t perform that action at this time.
0 commit comments