File tree Expand file tree Collapse file tree 2 files changed +3
-8
lines changed Expand file tree Collapse file tree 2 files changed +3
-8
lines changed Original file line number Diff line number Diff line change 88 if : (!contains(github.event.head_commit.message, '[skip ci]'))
99 strategy :
1010 matrix :
11- os : [ubuntu-latest ]
11+ os : [ubuntu-24.04 ]
1212 php : [8.1, 8.2, 8.3]
1313 laravel : [10.*]
1414 dependency-version : [prefer-lowest, prefer-stable]
Original file line number Diff line number Diff line change 1111 semantic-release :
1212 name : Semantic Release Flow
1313 if : " !contains(github.event.head_commit.message, '[skip ci]')"
14- strategy :
15- fail-fast : false
16- matrix :
17- os : [ubuntu-24.04]
18- semantic-version : [17.3.9]
19- runs-on : ${{ matrix.os }}
14+ runs-on : ubuntu-24.04
2015 steps :
2116 - uses : actions/checkout@ee0669bd1cc54295c223e0bb666b733df41de1c5 # v2.7.0
2217 with :
2621 - uses : cycjimmy/semantic-release-action@5982a02995853159735cb838992248c4f0f16166 # v2.7.0
2722 id : semantic
2823 with :
29- semantic_version : ${{ matrix.semantic-version }}
24+ semantic_version : 17.3.9
3025 extends : ' @limetech/semantic-release-laravel'
3126 branches : |
3227 [
You can’t perform that action at this time.
0 commit comments