Skip to content

Commit d970886

Browse files
CI: Remove Autoconf v2.69 from CI matrix (#38)
1 parent 09290ac commit d970886

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
strategy:
3131
fail-fast: false
3232
matrix:
33-
autoconf_version: ["2.69", "2.71", "2.72"]
33+
autoconf_version: ["2.71", "2.72"]
3434
runs-on: ubuntu-latest
3535
env:
3636
TAG: autoconf:${{ matrix.autoconf_version }}-${{ github.run_id }}

0 commit comments

Comments
 (0)