Skip to content

Commit

Permalink
CI: bump to 5.6
Browse files Browse the repository at this point in the history
  • Loading branch information
lbartoletti committed Oct 30, 2023
1 parent 3d6cb56 commit c4ac10d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .gitlab/pipeline/centos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ centos8_clang:
- ctest -VV
parallel:
matrix:
- CGAL_VERSION: ["5.3", "5.4"]
- CGAL_VERSION: ["5.6"]

centos8_gcc:
stage: test
Expand All @@ -32,4 +32,4 @@ centos8_gcc:
- ctest -VV
parallel:
matrix:
- CGAL_VERSION: ["5.3", "5.4"]
- CGAL_VERSION: ["5.6"]
6 changes: 3 additions & 3 deletions .gitlab/pipeline/debian.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ debian_testing_gcc:
- ctest -VV
parallel:
matrix:
- CGAL_VERSION: ["5.3", "5.4"]
- CGAL_VERSION: ["5.6"]

debian_buster_gcc:
stage: test
Expand All @@ -28,7 +28,7 @@ debian_buster_gcc:
- ctest -VV
parallel:
matrix:
- CGAL_VERSION: ["5.3", "5.4"]
- CGAL_VERSION: ["5.6"]

debian_testing_clang:
stage: test
Expand All @@ -44,7 +44,7 @@ debian_testing_clang:
- ctest -VV
parallel:
matrix:
- CGAL_VERSION: ["5.3", "5.4"]
- CGAL_VERSION: ["5.6"]

debian_buster_clang:
stage: test
Expand Down

0 comments on commit c4ac10d

Please sign in to comment.