Skip to content

Commit 30d72c3

Browse files
committed
Build on all versions
1 parent d8bbd2b commit 30d72c3

File tree

2 files changed

+29
-9
lines changed

2 files changed

+29
-9
lines changed

.github/workflows/ci.yml

Lines changed: 21 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,13 @@ jobs:
4242
fail-fast: false
4343
matrix:
4444
os:
45-
- macos-latest
46-
- ubuntu-latest
47-
- windows-latest
45+
- macos-13
46+
- macos-14
47+
- macos-15
48+
- ubuntu-22.04
49+
- ubuntu-24.04
50+
- windows-2022
51+
- windows-2025
4852

4953
permissions:
5054
contents: read
@@ -79,7 +83,7 @@ jobs:
7983
- run: dotnet r pack -- --no-build --version-suffix ${{ env.VERSION_SUFFIX }}
8084

8185
- name: Upload artifacts
82-
if: matrix.os == 'ubuntu-latest'
86+
if: matrix.os == 'ubuntu-24.04'
8387
uses: actions/[email protected]
8488
with:
8589
name: nupkg
@@ -104,18 +108,26 @@ jobs:
104108
fail-fast: false
105109
matrix:
106110
os:
107-
- macos-latest
108-
- ubuntu-latest
109-
- windows-latest
111+
- macos-13
112+
- macos-14
113+
- macos-15
114+
- ubuntu-22.04
115+
- ubuntu-24.04
116+
- windows-2022
117+
- windows-2025
110118
shell:
111119
- default
112120
- bash
113121
- pwsh
114122
exclude:
115-
- os: windows-latest
123+
- os: windows-2022
124+
shell: bash
125+
- os: windows-2025
116126
shell: bash
117127
include:
118-
- os: windows-latest
128+
- os: windows-2022
129+
shell: C:\Program Files\Git\bin\bash.exe
130+
- os: windows-2025
119131
shell: C:\Program Files\Git\bin\bash.exe
120132

121133
permissions:

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
## Unreleased
44

5+
- Build and test on each platform version available
6+
- macOS 13
7+
- macOS 14
8+
- macOS 15
9+
- Ubuntu 22.04
10+
- Ubuntu 24.04
11+
- Windows 2022
12+
- Windows 2025
513
## [0.6.0](https://github.com/xt0rted/dotnet-run-script/compare/v0.5.0...v0.6.0) - 2024-04-10
614

715
- Dropped support for .NET Core 3.1

0 commit comments

Comments
 (0)