Skip to content

Commit

Permalink
GH Actions: add newly added targets
Browse files Browse the repository at this point in the history
  • Loading branch information
generalmimon committed Oct 15, 2023
1 parent c6b8cf0 commit 185e791
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,16 @@ jobs:
implementation: python3.4
- target: construct
implementation: python3.11
- target: construct
implementation: python3.12
- target: csharp
implementation: netcore6.0
- target: graphviz
implementation: 8
- target: go
implementation: 1.19
- target: go
implementation: 1.21
- target: java
implementation: zulu7
- target: java
Expand All @@ -50,6 +54,8 @@ jobs:
implementation: nodejs12
- target: javascript
implementation: nodejs18
- target: javascript
implementation: nodejs20
- target: lua
implementation: 5.3
- target: nim
Expand All @@ -68,6 +74,8 @@ jobs:
implementation: 3.4
- target: python
implementation: 3.11
- target: python
implementation: 3.12
- target: ruby
implementation: 1.9
- target: ruby
Expand Down

0 comments on commit 185e791

Please sign in to comment.