File tree Expand file tree Collapse file tree 2 files changed +29
-9
lines changed Expand file tree Collapse file tree 2 files changed +29
-9
lines changed Original file line number Diff line number Diff line change 42
42
fail-fast : false
43
43
matrix :
44
44
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
48
52
49
53
permissions :
50
54
contents : read
79
83
- run : dotnet r pack -- --no-build --version-suffix ${{ env.VERSION_SUFFIX }}
80
84
81
85
- name : Upload artifacts
82
- if : matrix.os == 'ubuntu-latest '
86
+ if : matrix.os == 'ubuntu-24.04 '
83
87
84
88
with :
85
89
name : nupkg
@@ -104,18 +108,26 @@ jobs:
104
108
fail-fast : false
105
109
matrix :
106
110
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
110
118
shell :
111
119
- default
112
120
- bash
113
121
- pwsh
114
122
exclude :
115
- - os : windows-latest
123
+ - os : windows-2022
124
+ shell : bash
125
+ - os : windows-2025
116
126
shell : bash
117
127
include :
118
- - os : windows-latest
128
+ - os : windows-2022
129
+ shell : C:\Program Files\Git\bin\bash.exe
130
+ - os : windows-2025
119
131
shell : C:\Program Files\Git\bin\bash.exe
120
132
121
133
permissions :
Original file line number Diff line number Diff line change 2
2
3
3
## Unreleased
4
4
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
5
13
## [ 0.6.0] ( https://github.com/xt0rted/dotnet-run-script/compare/v0.5.0...v0.6.0 ) - 2024-04-10
6
14
7
15
- Dropped support for .NET Core 3.1
You can’t perform that action at this time.
0 commit comments