Skip to content

Commit

Permalink
Merge pull request #330 from FourierFlows/ncc/julia-v1.9
Browse files Browse the repository at this point in the history
Add Julia v1.9 on CI
  • Loading branch information
navidcy committed Jun 12, 2023
2 parents 2620251 + b5521dc commit f8fd4b4
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 12 additions & 1 deletion .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ env:
SECRET_CODECOV_TOKEN: "Ak2mVTxXnhkPNc096ImDdp7bOc4zGNTqFEEDaGMwAgYPr28g5dyMbslh8B/ad4NQHXVL1MXQ3zrUfGgMBRq+mmqRaAe13FI4Go9uCas6bzdZXE23ExiLzBmqVRNRf8GqEcpGL7BBreohC0cnfI0SVMiIJDCJXX9YsXJtlcpk1glQFMEFI5V6cpFe9K2l5xoUNQ4179ZYoJUMAy/aylQx/UdQuw527FjHQUsi5/dFtWzMqeys0secNa9alLvJCQdIX9OqPjmBYvuIIVXCR7vlZoH8PgXwEj7wbdp8/V31+wlLQI9WePcsJxoOybtLTOlwwfw4jWLAttDZYqnqiLVp3Q==;U2FsdGVkX18sNLCManU1B/jI5kh4LhSi69MFXljHSp9yWrN7u5d196K/XrELwb8ksbamyKeHjIvDIopwD55dbw=="

steps:
- label: "🍆 Julia 1.6"
- label: "🥝 Julia 1.6"
plugins:
- JuliaCI/julia#v1:
version: 1.6
Expand All @@ -26,3 +26,14 @@ steps:
cuda: "*"
if: build.message !~ /\[skip tests\]/
timeout_in_minutes: 60

- label: "🥑 Julia 1.9"
plugins:
- JuliaCI/julia#v1:
version: 1.9
- JuliaCI/julia-test#v1: ~
agents:
queue: "juliagpu"
cuda: "*"
if: build.message !~ /\[skip tests\]/
timeout_in_minutes: 60
2 changes: 2 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
environment:
matrix:
- julia_version: 1.6
- julia_version: 1.8
- julia_version: 1.9
- julia_version: nightly

platform:
Expand Down

0 comments on commit f8fd4b4

Please sign in to comment.