Skip to content

Commit

Permalink
minor version updates #3
Browse files Browse the repository at this point in the history
  • Loading branch information
behrisch committed Feb 8, 2024
1 parent 5ed8c2c commit a6a50b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
matrix:
build_type: [full, minimal]
compiler: [gcc, clang]
jps_version: ['v1.0.5']
jps_version: ['v1.0.6']
# include:
# - build_type: full
# jps_version: master
Expand Down Expand Up @@ -52,7 +52,7 @@ jobs:
- name: Validate CITATION.cff
if: matrix.build_type == 'full' && github.repository == 'DLR-TS/sumo' && github.event_name == 'schedule' && matrix.compiler == 'gcc'
uses: dieghernan/cff-validator@v2.3
uses: dieghernan/cff-validator@v3
with:
citation-path: sumo/CITATION.cff

Expand Down

0 comments on commit a6a50b0

Please sign in to comment.