File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -13,12 +13,12 @@ permissions:
13
13
jobs :
14
14
conductor :
15
15
name : Private Packagist Conductor
16
- runs-on : " ubuntu-latest "
16
+ runs-on : ubuntu-24.04-arm
17
17
18
18
steps :
19
19
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
20
20
21
- - uses : shivammathur/setup-php@9e72090525849c5e82e596468b86eb55e9cc5401 # 2.32 .0
21
+ - uses : shivammathur/setup-php@cf4cade2721270509d5b1c766ab3549210a39a2a # 2.33 .0
22
22
with :
23
23
coverage : " none"
24
24
extensions : " intl, zip, apcu"
Original file line number Diff line number Diff line change @@ -12,12 +12,12 @@ jobs:
12
12
tests :
13
13
name : " CI"
14
14
15
- runs-on : ubuntu-22 .04
15
+ runs-on : ubuntu-24 .04-arm
16
16
17
17
steps :
18
18
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
19
19
20
- - uses : shivammathur/setup-php@9e72090525849c5e82e596468b86eb55e9cc5401 # 2.32 .0
20
+ - uses : shivammathur/setup-php@cf4cade2721270509d5b1c766ab3549210a39a2a # 2.33 .0
21
21
with :
22
22
coverage : " none"
23
23
extensions : " intl, zip, apcu"
Original file line number Diff line number Diff line change 8
8
tests :
9
9
name : " Lint"
10
10
11
- runs-on : ubuntu-latest
11
+ runs-on : ubuntu-24.04-arm
12
12
13
13
steps :
14
14
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
15
15
16
- - uses : shivammathur/setup-php@9e72090525849c5e82e596468b86eb55e9cc5401 # 2.32 .0
16
+ - uses : shivammathur/setup-php@cf4cade2721270509d5b1c766ab3549210a39a2a # 2.33 .0
17
17
with :
18
18
coverage : " none"
19
19
extensions : " intl"
Original file line number Diff line number Diff line change @@ -12,12 +12,12 @@ jobs:
12
12
tests :
13
13
name : " PHPStan"
14
14
15
- runs-on : ubuntu-latest
15
+ runs-on : ubuntu-24.04-arm
16
16
17
17
steps :
18
18
- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
19
19
20
- - uses : shivammathur/setup-php@9e72090525849c5e82e596468b86eb55e9cc5401 # 2.32 .0
20
+ - uses : shivammathur/setup-php@cf4cade2721270509d5b1c766ab3549210a39a2a # 2.33 .0
21
21
with :
22
22
coverage : " none"
23
23
extensions : " intl, zip, apcu"
You can’t perform that action at this time.
0 commit comments