File tree Expand file tree Collapse file tree 5 files changed +15
-17
lines changed Expand file tree Collapse file tree 5 files changed +15
-17
lines changed Original file line number Diff line number Diff line change 1010jobs :
1111 coding-standards :
1212 name : " Coding Standards"
13- uses :
" doctrine/.github/.github/workflows/[email protected] " 14- with :
15- php-version : " 8.2"
13+ uses :
" doctrine/.github/.github/workflows/[email protected] "
Original file line number Diff line number Diff line change 4646
4747 steps :
4848 - name : " Checkout"
49- uses : " actions/checkout@v3 "
49+ uses : " actions/checkout@v4 "
5050 with :
5151 fetch-depth : 2
5252
5959 key : " extcache-v1"
6060
6161 - name : Cache extensions
62- uses : actions/cache@v2
62+ uses : actions/cache@v3
6363 with :
6464 path : ${{ steps.extcache.outputs.dir }}
6565 key : ${{ steps.extcache.outputs.key }}
8888 composer-options : " --prefer-dist"
8989
9090 - name : " Upload composer.lock as build artifact"
91- uses : actions/upload-artifact@v2
91+ uses : actions/upload-artifact@v3
9292 with :
9393 name : composer.lock
9494 path : composer.lock
Original file line number Diff line number Diff line change 99jobs :
1010 performance-tests :
1111 name : " Performance Tests"
12- runs-on : " ubuntu-20 .04"
12+ runs-on : " ubuntu-22 .04"
1313
1414 strategy :
1515 matrix :
2424
2525 steps :
2626 - name : " Checkout"
27- uses : " actions/checkout@v3 "
27+ uses : " actions/checkout@v4 "
2828
2929 - name : Setup cache environment
3030 id : extcache
3535 key : " extcache-v1"
3636
3737 - name : Cache extensions
38- uses : actions/cache@v2
38+ uses : actions/cache@v3
3939 with :
4040 path : ${{ steps.extcache.outputs.dir }}
4141 key : ${{ steps.extcache.outputs.key }}
Original file line number Diff line number Diff line change 88jobs :
99 release :
1010 name : " Git tag, release & create merge-up PR"
11- uses : " doctrine/.github/.github/workflows/release-on-milestone-closed.yml@1.4.1 "
11+ uses : " doctrine/.github/.github/workflows/release-on-milestone-closed.yml@3.1.0 "
1212 secrets :
1313 GIT_AUTHOR_EMAIL : ${{ secrets.GIT_AUTHOR_EMAIL }}
1414 GIT_AUTHOR_NAME : ${{ secrets.GIT_AUTHOR_NAME }}
Original file line number Diff line number Diff line change 1010jobs :
1111 static-analysis-phpstan :
1212 name : " Static Analysis with PHPStan"
13- runs-on : " ubuntu-20 .04"
13+ runs-on : " ubuntu-22 .04"
1414
1515 strategy :
1616 matrix :
1717 php-version :
18- - " 8.1 "
18+ - " 8.2 "
1919
2020 steps :
2121 - name : " Checkout code"
22- uses : " actions/checkout@v3 "
22+ uses : " actions/checkout@v4 "
2323
2424 - name : Setup cache environment
2525 id : extcache
3030 key : " extcache-v1"
3131
3232 - name : Cache extensions
33- uses : actions/cache@v2
33+ uses : actions/cache@v3
3434 with :
3535 path : ${{ steps.extcache.outputs.dir }}
3636 key : ${{ steps.extcache.outputs.key }}
@@ -60,16 +60,16 @@ jobs:
6060
6161 static-analysis-psalm :
6262 name : " Static Analysis with Psalm"
63- runs-on : " ubuntu-20 .04"
63+ runs-on : " ubuntu-22 .04"
6464
6565 strategy :
6666 matrix :
6767 php-version :
68- - " 8.1 "
68+ - " 8.2 "
6969
7070 steps :
7171 - name : " Checkout code"
72- uses : " actions/checkout@v3 "
72+ uses : " actions/checkout@v4 "
7373
7474 - name : " Install PHP"
7575 uses : " shivammathur/setup-php@v2"
You can’t perform that action at this time.
0 commit comments