Skip to content

Commit

Permalink
CI: Test with newer Julia version
Browse files Browse the repository at this point in the history
  • Loading branch information
eschnett committed Jan 10, 2024
1 parent 4598112 commit 40853e4
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,20 +12,20 @@ jobs:
include:
- arch: "x64"
os: "ubuntu-latest"
version: "1.9"
version: "1.10"
- arch: "x64"
os: "windows-latest"
version: "1.9"
version: "1.10"
- arch: "x64"
os: "macOS-latest"
version: "1.9"
version: "1.10"
# The tests require 64-bit integers (could be fixed, but probably won't happen)
# - arch: "x86"
# os: "ubuntu-latest"
# version: "1.9"
# version: "1.10"
- arch: "x64"
os: "ubuntu-latest"
version: "1.10.0-rc3"
version: "1.9"
- arch: "x64"
os: "ubuntu-latest"
version: "1.8"
Expand Down

0 comments on commit 40853e4

Please sign in to comment.