File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 1616 steps :
1717 - uses : actions/checkout@v2.4.0
1818 - name : Setup PHP
19- uses : shivammathur/setup-php@2.15 .0
19+ uses : shivammathur/setup-php@2.16 .0
2020 with :
21- php-version : ' 8.0 '
21+ php-version : ' 8.1 '
2222 tools : cs2pr, phpcs
2323 - name : Run phpcs
2424 run : phpcs -q --report=checkstyle src/ tests/ | cs2pr
@@ -27,11 +27,11 @@ jobs:
2727 runs-on : ubuntu-20.04
2828 strategy :
2929 matrix :
30- php-versions : ['7.4', '8.0', '8.1']
30+ php-versions : ['7.4', '8.0', '8.1', '8.2' ]
3131 steps :
3232 - uses : actions/checkout@v2.4.0
3333 - name : Setup PHP
34- uses : shivammathur/setup-php@2.15 .0
34+ uses : shivammathur/setup-php@2.16 .0
3535 with :
3636 php-version : ${{ matrix.php-versions }}
3737 tools : composer, phpbench/phpbench
@@ -47,11 +47,11 @@ jobs:
4747 runs-on : ubuntu-20.04
4848 strategy :
4949 matrix :
50- php-versions : ['7.4', '8.0', '8.1']
50+ php-versions : ['7.4', '8.0', '8.1', '8.2' ]
5151 steps :
5252 - uses : actions/checkout@v2.4.0
5353 - name : Setup PHP
54- uses : shivammathur/setup-php@2.15 .0
54+ uses : shivammathur/setup-php@2.16 .0
5555 with :
5656 php-version : ${{ matrix.php-versions }}
5757 tools : composer, phpunit
You can’t perform that action at this time.
0 commit comments