Skip to content

Commit

Permalink
Add gcc 2.5.7 to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
mkst committed Oct 17, 2023
1 parent 4970c9a commit 8b5401c
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,22 @@ jobs:
strategy:
fail-fast: false
matrix:
version: [2.6.0, 2.6.3, 2.6.3-psx, 2.7.0, 2.7.1, 2.7.2, 2.7.2.1, 2.7.2.2, 2.7.2.3, 2.8.0, 2.8.1, 2.91.66, 2.95.2]
version:
- 2.5.7
- 2.5.7-psx
- 2.6.0
- 2.6.3
- 2.6.3-psx
- 2.7.0
- 2.7.1
- 2.7.2
- 2.7.2.1
- 2.7.2.2
- 2.7.2.3
- 2.8.0
- 2.8.1
- 2.91.66
- 2.95.2
name: Build GCC ${{ matrix.version }}
steps:
- name: Clone repository
Expand Down

0 comments on commit 8b5401c

Please sign in to comment.