diff options
| author | Justin Burkett | 2020-02-06 21:50:04 -0500 |
|---|---|---|
| committer | Justin Burkett | 2020-02-06 21:50:04 -0500 |
| commit | 12310164a45f3ff19c4fd21c5487b6d804cbc80a (patch) | |
| tree | 76f84ea7b84755cf017f05dfe38dbe725674e50a /.github/workflows | |
| parent | 340144071499f677e8669352e15b04ede6b35984 (diff) | |
| download | emacs-12310164a45f3ff19c4fd21c5487b6d804cbc80a.tar.gz emacs-12310164a45f3ff19c4fd21c5487b6d804cbc80a.zip | |
More workflow fixes
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/test.yml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 91a8c7df0bc..0bf32f2e8e4 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml | |||
| @@ -11,10 +11,6 @@ jobs: | |||
| 11 | strategy: | 11 | strategy: |
| 12 | matrix: | 12 | matrix: |
| 13 | emacs_version: | 13 | emacs_version: |
| 14 | - 24.1 | ||
| 15 | - 24.2 | ||
| 16 | - 24.3 | ||
| 17 | - 24.4 | ||
| 18 | - 24.5 | 14 | - 24.5 |
| 19 | - 25.1 | 15 | - 25.1 |
| 20 | - 25.2 | 16 | - 25.2 |