Skip to content

Commit

Permalink
Add options to matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
cscollett committed Aug 27, 2024
1 parent d7e956f commit f748808
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-matrix.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Compatibility Matrix
name: Matrix

on:
push:
Expand All @@ -14,7 +14,7 @@ jobs:
fail-fast: false
matrix:
image-tag: ['3.12-slim-bullseye']
update-strategy: [default, update, unlocked-install]
update-strategy: [default, update, unlocked-install, unpegged-install]

steps:
- name: Checkout code
Expand Down

0 comments on commit f748808

Please sign in to comment.