File tree 7 files changed +10
-10
lines changed
7 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 13
13
strategy :
14
14
matrix :
15
15
os :
16
- - " ubuntu-latest "
16
+ - " ubuntu-24.04-arm "
17
17
php :
18
18
- " 8.2"
19
19
- " 8.3"
Original file line number Diff line number Diff line change 13
13
strategy :
14
14
matrix :
15
15
os :
16
- - " ubuntu-latest "
16
+ - " ubuntu-24.04-arm "
17
17
mongodb :
18
18
- " 4.4"
19
19
- " 5.0"
@@ -33,11 +33,11 @@ jobs:
33
33
laravel : " 10.*"
34
34
mongodb : " 5.0"
35
35
mode : " low-deps"
36
- os : " ubuntu-latest "
36
+ os : " ubuntu-24.04-arm "
37
37
- php : " 8.4"
38
38
laravel : " 11.*"
39
39
mongodb : " 7.0"
40
- os : " ubuntu-latest "
40
+ os : " ubuntu-24.04-arm "
41
41
exclude :
42
42
- php : " 8.1"
43
43
laravel : " 11.*"
Original file line number Diff line number Diff line change 11
11
jobs :
12
12
phpcs :
13
13
name : " phpcs"
14
- runs-on : " ubuntu-22 .04"
14
+ runs-on : " ubuntu-24 .04-arm "
15
15
16
16
permissions :
17
17
# Give the default GITHUB_TOKEN write permission to commit and push the
Original file line number Diff line number Diff line change 7
7
permissions :
8
8
contents : read
9
9
pull-requests : write
10
- runs-on : ubuntu-latest
10
+ runs-on : " ubuntu-24.04-arm "
11
11
steps :
12
12
- uses : actions/labeler@v5
Original file line number Diff line number Diff line change 11
11
jobs :
12
12
merge-up :
13
13
name : Create merge up pull request
14
- runs-on : ubuntu-latest
14
+ runs-on : " ubuntu-24.04-arm "
15
15
16
16
steps :
17
17
- name : Checkout
Original file line number Diff line number Diff line change 13
13
prepare-release :
14
14
environment : release
15
15
name : " Prepare release"
16
- runs-on : ubuntu-latest
16
+ runs-on : " ubuntu-24.04-arm "
17
17
permissions :
18
18
id-token : write
19
19
contents : write
@@ -113,7 +113,7 @@ jobs:
113
113
needs : static-analysis
114
114
environment : release
115
115
name : " Publish SSDLC Assets"
116
- runs-on : ubuntu-latest
116
+ runs-on : " ubuntu-24.04-arm "
117
117
permissions :
118
118
security-events : read
119
119
id-token : write
Original file line number Diff line number Diff line change 16
16
17
17
jobs :
18
18
phpstan :
19
- runs-on : " ubuntu-22 .04"
19
+ runs-on : " ubuntu-24 .04-arm "
20
20
continue-on-error : true
21
21
strategy :
22
22
matrix :
You can’t perform that action at this time.
0 commit comments