File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1515jobs :
1616 ci :
1717 name : Linux Swoole-${{ matrix.swoole.version }} RoadRunner-${{ matrix.roadrunner }}
18- runs-on : ubuntu-20.04
18+ runs-on : ubuntu-latest
1919 strategy :
2020 fail-fast : false
2121 matrix :
@@ -107,7 +107,7 @@ jobs:
107107
108108 ci-unix :
109109 name : Linux Swoole-${{ matrix.swoole.version }} RoadRunner-${{ matrix.roadrunner }} With Redis UnixSocket
110- runs-on : ubuntu-20.04
110+ runs-on : ubuntu-latest
111111 strategy :
112112 fail-fast : false
113113 matrix :
@@ -186,7 +186,7 @@ jobs:
186186
187187 ci-swoole-cli :
188188 name : Swoole-cli-${{ matrix.swoole-cli }}
189- runs-on : ubuntu-20.04
189+ runs-on : ubuntu-latest
190190 strategy :
191191 fail-fast : false
192192 matrix :
Original file line number Diff line number Diff line change @@ -160,13 +160,13 @@ jobs:
160160 id : run-test-suite
161161 run : ./dev/test-coverage-actions.sh php $TEST_TYPE
162162 - name : Upload coverage file
163- uses : actions/upload-artifact@v3
163+ uses : actions/upload-artifact@v4
164164 with :
165165 name : ${{ matrix.testType }}-coverage
166166 path : tests/coverage.php
167167 - name : Upload log files
168168 if : always()
169- uses : actions/upload-artifact@v3
169+ uses : actions/upload-artifact@v4
170170 with :
171171 name : ${{ matrix.testType }}-logs
172172 path : |
@@ -217,7 +217,7 @@ jobs:
217217 token : ${{ secrets.CODECOV_TOKEN }}
218218 file : " ./tests/coverage.xml"
219219 - name : Upload coverage reports to artifact
220- uses : actions/upload-artifact@v3
220+ uses : actions/upload-artifact@v4
221221 with :
222222 name : coverage
223223 path : tests/coverage.xml
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 99
1010jobs :
1111 tests :
12- runs-on : ubuntu-20.04
12+ runs-on : ubuntu-latest
1313 steps :
1414 - name : Checkout
1515 uses : actions/checkout@v4
Original file line number Diff line number Diff line change 1010jobs :
1111 gitee :
1212 if : github.repository == 'imiphp/imi' && (github.ref == 'refs/heads/2.1')
13- runs-on : ubuntu-20.04
13+ runs-on : ubuntu-latest
1414 steps :
1515 - uses : ahmadnassri/action-workflow-queue@v1
1616 - name : Configure Private Key
Original file line number Diff line number Diff line change 1313
1414jobs :
1515 tests :
16- runs-on : ubuntu-20.04
16+ runs-on : ubuntu-latest
1717 env :
1818 SWOOLE_DOCKER_VERSION : 4.8-php7.4
1919 POSTGRESQL_VERSION : v4.8.0
Original file line number Diff line number Diff line change 1313
1414jobs :
1515 tests :
16- runs-on : ubuntu-20.04
16+ runs-on : ubuntu-latest
1717 strategy :
1818 fail-fast : false
1919 matrix :
Original file line number Diff line number Diff line change 1313
1414jobs :
1515 tests :
16- runs-on : ubuntu-20.04
16+ runs-on : ubuntu-latest
1717 strategy :
1818 fail-fast : false
1919 matrix :
Original file line number Diff line number Diff line change 1010jobs :
1111 split-repository :
1212 if : github.repository == 'imiphp/imi'
13- runs-on : ubuntu-20.04
13+ runs-on : ubuntu-latest
1414 env :
1515 GITHUB_REF : ${{ github.ref }}
1616 GITHUB_REPOSITORY : ${{ github.repository }}
You can’t perform that action at this time.
0 commit comments