Skip to content

Commit

Permalink
Try to test gcc 8 in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremy-rifkin committed May 16, 2024
1 parent d6c971a commit 9bf7450
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ jobs:
strategy:
fail-fast: false
matrix:
compiler: [g++-10, clang++-14]
compiler: [g++-8, g++-10, clang++-14]
target: [Debug]
steps:
- uses: actions/checkout@v2
- name: dependencies
run: |
sudo apt install gcc-10 g++-10 libgcc-10-dev
sudo apt install gcc-10 g++-10 libgcc-10-dev gcc-8 g++-8 libgcc-8-dev
python3 -m pip install git+https://github.com/jeffkaufman/icdiff.git
- name: build
run: |
Expand Down

0 comments on commit 9bf7450

Please sign in to comment.