File tree Expand file tree Collapse file tree 7 files changed +11
-11
lines changed Expand file tree Collapse file tree 7 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 37
37
PROXY_SERVER : 0.0.0.0:1080
38
38
39
39
steps :
40
- - uses : actions/checkout@v4
40
+ - uses : actions/checkout@v5
41
41
42
42
- name : install dependencies
43
43
run : sudo apt update -y && sudo apt install -y googletest libgtest-dev libnghttp2-dev libboost-stacktrace-dev libbrotli-dev redis-server nodejs npm nghttp2-client liburing-dev
Original file line number Diff line number Diff line change 19
19
if : github.repository_owner == 'swoole'
20
20
runs-on : ubuntu-latest
21
21
steps :
22
- - uses : actions/checkout@v4
22
+ - uses : actions/checkout@v5
23
23
- name : Setup PHP
24
24
uses : shivammathur/setup-php@v2
25
25
with :
Original file line number Diff line number Diff line change 10
10
if : " !contains(github.event.head_commit.message, '--filter=') || contains(github.event.head_commit.message, '[ubuntu]')"
11
11
runs-on : ubuntu-latest
12
12
steps :
13
- - uses : actions/checkout@v4
13
+ - uses : actions/checkout@v5
14
14
- name : install-deps
15
15
run : sudo apt update -y && sudo apt install -y libcurl4-openssl-dev php-curl libc-ares-dev
16
16
- name : phpize
46
46
steps :
47
47
- name : install dependencies
48
48
run : brew reinstall php
49
- - uses : actions/checkout@v4
49
+ - uses : actions/checkout@v5
50
50
- name : phpize
51
51
run : phpize
52
52
- name : build1
78
78
max-parallel : 8
79
79
fail-fast : false
80
80
steps :
81
- - uses : actions/checkout@v4
81
+ - uses : actions/checkout@v5
82
82
- name : build
83
83
run : |
84
84
cp .github/workflows/alpine.Dockerfile alpine.Dockerfile
Original file line number Diff line number Diff line change 16
16
name : ${{ matrix.framework }} - PHP ${{ matrix.php-version }}
17
17
steps :
18
18
- name : Checkout code
19
- uses : actions/checkout@v4
19
+ uses : actions/checkout@v5
20
20
21
21
- name : Setup PHP
22
22
uses : shivammathur/setup-php@v2
91
91
name : ${{ matrix.framework }} - PHP ${{ matrix.php-version }} - macOS
92
92
steps :
93
93
- name : Checkout code
94
- uses : actions/checkout@v4
94
+ uses : actions/checkout@v5
95
95
96
96
- name : Setup PHP
97
97
uses : shivammathur/setup-php@v2
Original file line number Diff line number Diff line change 13
13
name : ${{ matrix.php }}-${{ matrix.os }}-iouring
14
14
runs-on : ${{ matrix.os }}
15
15
steps :
16
- - uses : actions/checkout@v4
16
+ - uses : actions/checkout@v5
17
17
- name : Setup PHP
18
18
uses : shivammathur/setup-php@v2
19
19
with :
Original file line number Diff line number Diff line change 14
14
name : ${{ matrix.php }}-thread-${{ matrix.os }}
15
15
runs-on : ${{ matrix.os }}
16
16
steps :
17
- - uses : actions/checkout@v4
17
+ - uses : actions/checkout@v5
18
18
- name : Setup PHP
19
19
uses : shivammathur/setup-php@v2
20
20
with :
Original file line number Diff line number Diff line change 14
14
name : ${{ matrix.php }}-${{ matrix.os }}
15
15
runs-on : ${{ matrix.os }}
16
16
steps :
17
- - uses : actions/checkout@v4
17
+ - uses : actions/checkout@v5
18
18
- name : Setup PHP
19
19
uses : shivammathur/setup-php@v2
20
20
with :
55
55
name : ${{ matrix.php-version }} - macOS
56
56
steps :
57
57
- name : Checkout code
58
- uses : actions/checkout@v4
58
+ uses : actions/checkout@v5
59
59
60
60
- name : Setup PHP
61
61
uses : shivammathur/setup-php@v2
You can’t perform that action at this time.
0 commit comments