File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed
Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 44 - cron : " 0 0 * * SUN"
55 push :
66 branches :
7+ - 4.1.0
78 - 4.0.0
89jobs :
910 tests :
1516 env :
1617 DOCKER_PLATFORMS : linux/amd64,linux/arm64
1718 DOCKER_IMAGE : ghtardo/docker-privoxy-https
18- LASTEST_VERSION : " 4.0 .0"
19- PRIVOXY_VERSION : " 4.0 .0"
19+ LASTEST_VERSION : " 4.1 .0"
20+ PRIVOXY_VERSION : " 4.1 .0"
2021 steps :
2122 - name : Set up QEMU
2223 uses : docker/setup-qemu-action@v3
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: Test
22
33on :
44 pull_request :
5- branches : [4.0.0]
5+ branches : [4.1.0, 4. 0.0]
66 workflow_call :
77
88jobs :
4040 privoxy :
4141 strategy :
4242 matrix :
43- privoxy_version : [4.0.0]
43+ privoxy_version : [4.1.0, 4. 0.0]
4444 python-version : [3.13]
4545 fail-fast : false
4646 runs-on : ubuntu-latest
You can’t perform that action at this time.
0 commit comments