Skip to content

Commit ef62109

Browse files
committed
Bump tested pulp-in-one version
1 parent b8643b3 commit ef62109

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
@@ -16,8 +16,8 @@ jobs:
1616
fail-fast: false
1717
matrix:
1818
pulp:
19-
- "3.21"
2019
- "3.45"
20+
- "3.81"
2121
steps:
2222
# Checks-out the repository under $GITHUB_WORKSPACE, so it's accessible to the job
2323
- uses: actions/checkout@v3

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.45"}
11+
PULP_TAG=${PULP_TAG:-"3.81"}
1212

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

0 commit comments

Comments
 (0)