File tree Expand file tree Collapse file tree 8 files changed +10
-10
lines changed
Expand file tree Collapse file tree 8 files changed +10
-10
lines changed 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 77jobs :
88 ci :
99 name : Linux PHP-${{ matrix.php }} Swoole-${{ matrix.swoole.version }} RoadRunner-${{ matrix.roadrunner }}
10- runs-on : ubuntu-20.04
10+ runs-on : ubuntu-latest
1111 strategy :
1212 fail-fast : false
1313 matrix :
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