Skip to content

Commit dcd5fc4

Browse files
committed
Integration test against Pulp 3.21 and 3.16
1 parent f3debaa commit dcd5fc4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pull_request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
matrix:
5252
pulp:
5353
- "3.16"
54-
- "3.18"
54+
- "3.21"
5555
steps:
5656
# Checks-out the repository under $GITHUB_WORKSPACE, so it's accessible to the job
5757
- uses: actions/checkout@v2

tests/pulp-in-one.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ set -o pipefail
88

99
mkdir -p settings
1010

11-
PULP_TAG=${PULP_TAG:3.18}
11+
PULP_TAG=${PULP_TAG:-"3.21"}
1212

1313
cat << EOF > settings/settings.py
1414
CONTENT_ORIGIN='http://$(hostname):8080'

0 commit comments

Comments
 (0)