We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09290ac commit d970886Copy full SHA for d970886
.github/workflows/ci.yml
@@ -30,7 +30,7 @@ jobs:
30
strategy:
31
fail-fast: false
32
matrix:
33
- autoconf_version: ["2.69", "2.71", "2.72"]
+ autoconf_version: ["2.71", "2.72"]
34
runs-on: ubuntu-latest
35
env:
36
TAG: autoconf:${{ matrix.autoconf_version }}-${{ github.run_id }}
0 commit comments