File tree Expand file tree Collapse file tree 7 files changed +10
-10
lines changed
Expand file tree Collapse file tree 7 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 1313 strategy :
1414 matrix :
1515 os :
16- - " ubuntu-latest "
16+ - " ubuntu-24.04-arm "
1717 php :
1818 - " 8.2"
1919 - " 8.3"
Original file line number Diff line number Diff line change 1313 strategy :
1414 matrix :
1515 os :
16- - " ubuntu-latest "
16+ - " ubuntu-24.04-arm "
1717 mongodb :
1818 - " 4.4"
1919 - " 5.0"
@@ -33,11 +33,11 @@ jobs:
3333 laravel : " 10.*"
3434 mongodb : " 5.0"
3535 mode : " low-deps"
36- os : " ubuntu-latest "
36+ os : " ubuntu-24.04-arm "
3737 - php : " 8.4"
3838 laravel : " 11.*"
3939 mongodb : " 7.0"
40- os : " ubuntu-latest "
40+ os : " ubuntu-24.04-arm "
4141 exclude :
4242 - php : " 8.1"
4343 laravel : " 11.*"
Original file line number Diff line number Diff line change 1111jobs :
1212 phpcs :
1313 name : " phpcs"
14- runs-on : " ubuntu-22 .04"
14+ runs-on : " ubuntu-24 .04-arm "
1515
1616 permissions :
1717 # Give the default GITHUB_TOKEN write permission to commit and push the
Original file line number Diff line number Diff line change 77 permissions :
88 contents : read
99 pull-requests : write
10- runs-on : ubuntu-latest
10+ runs-on : " ubuntu-24.04-arm "
1111 steps :
1212 - uses : actions/labeler@v5
Original file line number Diff line number Diff line change 1111jobs :
1212 merge-up :
1313 name : Create merge up pull request
14- runs-on : ubuntu-latest
14+ runs-on : " ubuntu-24.04-arm "
1515
1616 steps :
1717 - name : Checkout
Original file line number Diff line number Diff line change 1313 prepare-release :
1414 environment : release
1515 name : " Prepare release"
16- runs-on : ubuntu-latest
16+ runs-on : " ubuntu-24.04-arm "
1717 permissions :
1818 id-token : write
1919 contents : write
@@ -113,7 +113,7 @@ jobs:
113113 needs : static-analysis
114114 environment : release
115115 name : " Publish SSDLC Assets"
116- runs-on : ubuntu-latest
116+ runs-on : " ubuntu-24.04-arm "
117117 permissions :
118118 security-events : read
119119 id-token : write
Original file line number Diff line number Diff line change 1616
1717jobs :
1818 phpstan :
19- runs-on : " ubuntu-22 .04"
19+ runs-on : " ubuntu-24 .04-arm "
2020 continue-on-error : true
2121 strategy :
2222 matrix :
You can’t perform that action at this time.
0 commit comments