File tree Expand file tree Collapse file tree 2 files changed +9
-7
lines changed
Expand file tree Collapse file tree 2 files changed +9
-7
lines changed Original file line number Diff line number Diff line change 77
88jobs :
99 testsuite :
10- runs-on : ubuntu-20 .04
10+ runs-on : ubuntu-22 .04
1111 strategy :
1212 fail-fast : false
1313 matrix :
14- php-version : ['7.3', '8.0', '8.1 ']
14+ php-version : ['7.3', '8.2 ']
1515 prefer-lowest : ['']
1616 include :
1717 - php-version : ' 7.3'
1818 prefer-lowest : ' prefer-lowest'
1919
2020 steps :
21- - uses : actions/checkout@v2
21+ - uses : actions/checkout@v3
2222
2323 - name : Setup PHP
2424 uses : shivammathur/setup-php@v2
3232 run : echo "::set-output name=dir::$(composer config cache-files-dir)"
3333
3434 - name : Cache dependencies
35- uses : actions/cache@v2
35+ uses : actions/cache@v3
3636 with :
3737 path : ${{ steps.composercache.outputs.dir }}
3838 key : ${{ runner.os }}-composer-${{ hashFiles('**/composer.json') }}
@@ -55,10 +55,10 @@ jobs:
5555
5656 validation :
5757 name : Coding Standard & Static Analysis
58- runs-on : ubuntu-20 .04
58+ runs-on : ubuntu-22 .04
5959
6060 steps :
61- - uses : actions/checkout@v2
61+ - uses : actions/checkout@v3
6262
6363 - name : Setup PHP
6464 uses : shivammathur/setup-php@v2
7272 run : echo "::set-output name=dir::$(composer config cache-files-dir)"
7373
7474 - name : Cache dependencies
75- uses : actions/cache@v2
75+ uses : actions/cache@v3
7676 with :
7777 path : ${{ steps.composercache.outputs.dir }}
7878 key : ${{ runner.os }}-composer-${{ hashFiles('**/composer.json') }}
Original file line number Diff line number Diff line change 88
99For details on PSR-2-R see [ fig-rectified-standards] ( https://github.com/php-fig-rectified/fig-rectified-standards ) .
1010
11+ For PHP version compatibility see [ version map] ( https://github.com/php-fig-rectified/psr2r-sniffer/wiki ) .
12+
1113Documentation @ [ /docs/] ( docs ) .
1214
1315This branch is for use with ** PHP 8.1+** repos.
You can’t perform that action at this time.
0 commit comments