Skip to content

Commit

Permalink
Merge pull request #1208 from facebookresearch/fix-docker-test-matrix
Browse files Browse the repository at this point in the history
Fixed Docker testing matrix, removed unneeded image versions
  • Loading branch information
meta-paul authored Jul 5, 2024
2 parents 5e7eb18 + 5babbe0 commit fe661b9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docker-testing-matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ jobs:
fail-fast: false # Run all combos, don't skip on failures
matrix:
# from: https://hub.docker.com/r/nikolaik/python-nodejs
python-version: ["3.9", "3.8", "3.9", "3.10", "3.11", "latest"]
nodejs-version: ["15", "14", "12", "10"]
image-suffix: ["", "-slim"]
python-version: ["3.9"]
nodejs-version: ["16"]
image-suffix: ["-slim"]

# Steps represent a sequence of tasks that will be executed as part of the job
steps:
Expand Down

0 comments on commit fe661b9

Please sign in to comment.