Skip to content

Commit

Permalink
Use Ubuntu 22.04 in tests
Browse files Browse the repository at this point in the history
Co-authored-by: Randy Fay <[email protected]>
  • Loading branch information
stasadev and rfay authored Jul 31, 2023
1 parent ba45a61 commit eda1b68
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@ env:
NIGHTLY_DDEV_PR_URL: "https://nightly.link/ddev/ddev/actions/runs/1720215802/ddev-linux-amd64.zip"
# Allow ddev get to use a GitHub token to prevent rate limiting by tests
DDEV_GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# Allow `--HEAD` flag when running tests against HEAD
HOMEBREW_NO_INSTALL_FROM_API: 1
# Pull the same image as in docker-compose.redis.yaml
REDIS_IMAGE: redis:6-bullseye
jobs:
Expand All @@ -42,7 +40,7 @@ jobs:
# ddev_version: [PR]
fail-fast: false

runs-on: ubuntu-20.04
runs-on: ubuntu-22.04

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit eda1b68

Please sign in to comment.