Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
common_analysis_ip_and_uri
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
fact-depend
common_analysis_ip_and_uri
Commits
e9c621a9
Unverified
Commit
e9c621a9
authored
Dec 13, 2023
by
Jörg Stucke
Committed by
GitHub
Dec 13, 2023
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #8 from fkie-cad/ci-update
update ci python/ubuntu versions to non-EoL versions
parents
3001fbeb
05ab96f8
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
run_tests.yml
.github/workflows/run_tests.yml
+2
-2
No files found.
.github/workflows/run_tests.yml
View file @
e9c621a9
...
@@ -6,8 +6,8 @@ jobs:
...
@@ -6,8 +6,8 @@ jobs:
tests
:
tests
:
strategy
:
strategy
:
matrix
:
matrix
:
python-version
:
[
3.6
,
3.9
]
python-version
:
[
"
3.8"
,
"
3.10"
,
"
3.12"
]
os
:
[
ubuntu-
18.04
,
ubuntu-20
.04
]
os
:
[
ubuntu-
20.04
,
ubuntu-22
.04
]
fail-fast
:
false
fail-fast
:
false
runs-on
:
${{ matrix.os }}
runs-on
:
${{ matrix.os }}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment