File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 88 strategy :
99 fail-fast : true
1010 matrix :
11- php : [8.1, 8.0]
11+ php : [8.2, 8. 1, 8.0]
1212 dependency-version : [prefer-stable]
1313 os : [ubuntu-latest, windows-latest]
1414
1515 name : ${{ matrix.os }} - PHP${{ matrix.php }} - ${{ matrix.dependency-version }}
1616
1717 steps :
1818 - name : Checkout code
19- uses : actions/checkout@v2
19+ uses : actions/checkout@v3
2020
2121 - name : Cache dependencies
22- uses : actions/cache@v2
22+ uses : actions/cache@v3
2323 with :
2424 path : ~/.composer/cache/files
2525 key : dependencies-php-${{ matrix.php }}-composer-${{ hashFiles('composer.json') }}
Original file line number Diff line number Diff line change 1212 }
1313 ],
1414 "require" : {
15- "php" : " >=8.0 <8.2 " ,
15+ "php" : " >=8.0 <8.3 " ,
1616 "nikic/php-parser" : " ^4.13"
1717 },
1818 "config" : {
You can’t perform that action at this time.
0 commit comments