Skip to content

Commit aaaa65c

Browse files
committed
Revert
1 parent 92b68c3 commit aaaa65c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/CI.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@ permissions: # needed to allow julia-actions/cache to proactively delete old cac
1818

1919
jobs:
2020
test:
21-
name: Test / Julia ${{ toUpper(matrix.version) }}
21+
name: Test / Julia ${{ matrix.version }}
2222
runs-on: ${{ matrix.os }}
2323
timeout-minutes: 60
2424
strategy:
2525
fail-fast: false
2626
matrix:
27-
version: ['lts', '1', 'pre']
27+
version: ['LTS', '1', 'PRE']
2828
arch: [x64]
2929
os: [ubuntu-latest]
3030
steps:

0 commit comments

Comments
 (0)