Skip to content

Commit

Permalink
Update docker-image.yml
Browse files Browse the repository at this point in the history
Master doesn't build with 5.34; build 5.34 only for 1.10 and 1.11.
  • Loading branch information
ehuelsmann authored Apr 27, 2024
1 parent 1d644c3 commit 528fa7e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ jobs:
strategy:
matrix:
include:
- version: "5.38"
branches: "1.10,1.11,master"
- version: "5.34"
branches: "1.9,1.10,1.11,master"
- version: "5.36"
branches: "1.9,1.10,1.11"
branches: "1.10,1.11"
runs-on: ubuntu-latest
steps:
- name: Checkout code
Expand Down

0 comments on commit 528fa7e

Please # to comment.