We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8643b3 commit ef62109Copy full SHA for ef62109
.github/workflows/pull_request.yml
@@ -16,8 +16,8 @@ jobs:
16
fail-fast: false
17
matrix:
18
pulp:
19
- - "3.21"
20
- "3.45"
+ - "3.81"
21
steps:
22
# Checks-out the repository under $GITHUB_WORKSPACE, so it's accessible to the job
23
- uses: actions/checkout@v3
tests/pulp-in-one.sh
@@ -8,7 +8,7 @@ set -o pipefail
8
9
mkdir -p settings
10
11
-PULP_TAG=${PULP_TAG:-"3.45"}
+PULP_TAG=${PULP_TAG:-"3.81"}
12
13
cat << EOF > settings/settings.py
14
CONTENT_ORIGIN='http://$(hostname):8080'
0 commit comments