Skip to content

Commit 9e1fe9e

Browse files
authored
fix: remove matrix from release.yml pin ubuntu-24.04 in ci.yml (#18)
1 parent a4662f8 commit 9e1fe9e

File tree

2 files changed

+3
-8
lines changed

2 files changed

+3
-8
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
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]

.github/workflows/release.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,7 @@ jobs:
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:
@@ -26,7 +21,7 @@ jobs:
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
[

0 commit comments

Comments
 (0)