Skip to content

Commit

Permalink
Update docker-image.yml
Browse files Browse the repository at this point in the history
Add 1.12 branch; remove 1.10 branch
  • Loading branch information
ehuelsmann authored Nov 12, 2024
1 parent ab0264c commit d29eeb5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ jobs:
matrix:
include:
- version: "5.38"
branches: "1.10,1.11,master"
branches: "1.11,1.12,master"
- version: "5.36"
branches: "1.10,1.11"
branches: "1.11,1.12"
runs-on: ubuntu-latest
steps:
- name: Checkout code
Expand Down

0 comments on commit d29eeb5

Please # to comment.