Skip to content

Commit

Permalink
CI: Remove some Debina/Fedora versions to save CI resources (#8666)
Browse files Browse the repository at this point in the history
  • Loading branch information
seisman authored Jan 4, 2025
1 parent ed717e5 commit d0597f0
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
#
# Build GMT source codes on different Linux distros using dockers.
#
# This workflow is triggered by push or pull request events.
#
name: Docker

on:
Expand Down Expand Up @@ -53,17 +55,11 @@ jobs:
fail-fast: false
matrix:
image:
# Test the oldest and latest Ubuntu LTS releases and also unstable Debian/Fedora
# Ubuntu: https://en.wikipedia.org/wiki/Ubuntu_version_history#Table_of_versions
- ubuntu:20.04 # CMake 3.16.3 + GNU 9.3.0; EOL: 2025-05-29
- ubuntu:22.04 # CMake 3.22.1 + GNU 11.2.0; EOL: 2027-06-01
- ubuntu:24.04 # CMake 3.28.3 + GNU 13.2.0; EOL: 2029-05-31
# Debian: https://en.wikipedia.org/wiki/Debian_version_history#Release_table
- debian:11 # CMake 3.18.4 + GNU 10.2.1; EOL: 2026-06-01
- debian:12 # CMake 3.25.1 + GNU 12.2.0; EOL: 2028-06-01
- debian:sid # rolling release with latest versions
# Fedora: https://en.wikipedia.org/wiki/Fedora_Linux_release_history
- fedora:39 # CMake 3.27.7 + GNU 13.2.1; EOL: 2024-11-12
- fedora:40 # CMake 3.28.2 + GNU 14.0.1; EOL: 2025-05-13
- fedora:rawhide # rolling release with latest versions

steps:
Expand Down

0 comments on commit d0597f0

Please sign in to comment.