Skip to content

Commit

Permalink
test many more rust versions
Browse files Browse the repository at this point in the history
  • Loading branch information
LivInTheLookingGlass committed Jul 3, 2024
1 parent c41afe6 commit 1371965
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 6 deletions.
23 changes: 22 additions & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,28 @@ jobs:
- stable
- beta
- nightly
os: [ubuntu-latest, windows-latest, macos-13, macos-latest]
os:
- ubuntu-latest
- windows-latest
include:
- toolchain: stable
os: macos-13
- toolchain: stable
os: macos-latest
- toolchain: "1.20"
os: ubuntu-latest
- toolchain: "1.28"
os: ubuntu-latest
- toolchain: "1.30"
os: ubuntu-latest
- toolchain: "1.40"
os: ubuntu-latest
- toolchain: "1.50"
os: ubuntu-latest
- toolchain: "1.60"
os: ubuntu-latest
- toolchain: "1.70"
os: ubuntu-latest

steps:
- uses: actions/checkout@v4
Expand Down
10 changes: 5 additions & 5 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ LivInTheLookingGlass’s Project Euler solutions
+------------+---------------------+--------------+--------------+
| Language | Version | Solved | Status |
+============+=====================+==============+==============+
| C | C11+ in: |br| | 17 / |total| | |C| |
| | ``gcc``, ``pcc``, | | |
| | ``tcc``, |br| | | |
| | ``clang``, ``msvc`` | | |
| C | C11+ in: ``gcc``, | 17 / |total| | |C| |
| | |br| ``clang``, | | |
| | ``msvc``, |br| | | |
| | ``pcc``, ``tcc`` | | |
+------------+---------------------+--------------+--------------+
| C# | .NET 5+ | 1 / |total| | |C#| |
+------------+---------------------+--------------+--------------+
Expand All @@ -36,7 +36,7 @@ LivInTheLookingGlass’s Project Euler solutions
| | Pypy 3.8+ |br| | | |
| | GraalPy 23.1+ | | |
+------------+---------------------+--------------+--------------+
| Rust | | 1 / |total| | |Rust| |
| Rust | 1.28+ | 1 / |total| | |Rust| |
+------------+---------------------+--------------+--------------+
| CodeQL Scanning | |CodeQL| |
+-------------------------------------------------+--------------+
Expand Down

0 comments on commit 1371965

Please sign in to comment.