Skip to content

Commit d62c5d0

Browse files
authored
Merge pull request #519 from JuliaPhysics/dependabot/github_actions/julia-actions/julia-downgrade-compat-2
Bump julia-actions/julia-downgrade-compat from 1 to 2
2 parents 5951c99 + f12f42a commit d62c5d0

File tree

2 files changed

+5
-17
lines changed

2 files changed

+5
-17
lines changed

.github/workflows/Downgrade.yml

Lines changed: 4 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,7 @@ jobs:
1919
runs-on: ubuntu-latest
2020
strategy:
2121
matrix:
22-
version: ['1.10', '1', 'pre']
23-
continue-on-error: ${{ matrix.version == 'pre' }}
22+
version: ['1.10', '1']
2423
steps:
2524
- uses: actions/checkout@v4
2625
- uses: julia-actions/setup-julia@v2
@@ -29,23 +28,12 @@ jobs:
2928
- name: Add LegendJuliaRegistry
3029
run: julia -e 'using Pkg; Pkg.Registry.add("General"); Pkg.Registry.add(Pkg.RegistrySpec(url = "https://github.com/legend-exp/LegendJuliaRegistry"))'
3130
shell: bash
32-
- uses: julia-actions/julia-downgrade-compat@v1
33-
if: matrix.version == '1.10'
31+
- uses: julia-actions/julia-downgrade-compat@v2
3432
with:
33+
julia_version: ${{ matrix.version }}
34+
mode: deps
3535
skip: Pkg,TOML
36-
- uses: julia-actions/julia-downgrade-compat@v1
37-
if: matrix.version == '1'
38-
with:
39-
skip: Pkg,TOML,Distributions,FillArrays,StaticArrays
40-
- uses: julia-actions/julia-downgrade-compat@v1
41-
if: matrix.version == 'pre'
42-
with:
43-
skip: Pkg,TOML,Distributions,FillArrays,StaticArrays,Unitful,Geant4
4436
- uses: julia-actions/julia-buildpkg@v1
45-
- name: Remove Geant4 on pre
46-
run: julia --project="test" -e 'using Pkg; Pkg.resolve(); Pkg.rm("Geant4")'
47-
shell: bash
48-
if: matrix.version == 'pre'
4937
- uses: julia-actions/julia-runtest@v1
5038
with:
5139
coverage: false

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ ProgressMeter = "1.5"
7171
RadiationDetectorSignals = "0.3.5"
7272
Random = "<0.0.1, 1"
7373
RecipesBase = "1"
74-
Requires = "1.1"
74+
Requires = "1.1.3"
7575
Rotations = "1"
7676
StaticArrays = "1"
7777
Statistics = "<0.0.1, 1"

0 commit comments

Comments
 (0)