diff --git a/.forgejo/workflows/ci.yml b/.forgejo/workflows/ci.yml index 1f16d305..80a1b1fd 100644 --- a/.forgejo/workflows/ci.yml +++ b/.forgejo/workflows/ci.yml @@ -10,7 +10,7 @@ jobs: ci: runs-on: docker container: - image: forge.lvl0.xyz/lvl0/fedi-feed-router-ci:php8.3-2 + image: forge.lvl0.xyz/lvl0/fedi-feed-router-ci:php8.3-3 steps: - uses: https://data.forgejo.org/actions/checkout@v4 diff --git a/.forgejo/workflows/images.yml b/.forgejo/workflows/images.yml index ba694bfd..f0769ce1 100644 --- a/.forgejo/workflows/images.yml +++ b/.forgejo/workflows/images.yml @@ -21,7 +21,7 @@ jobs: version: php8.3-1 - name: fedi-feed-router-ci file: docker/build/Dockerfile.ci - version: php8.3-2 + version: php8.3-3 steps: - uses: https://data.forgejo.org/actions/checkout@v4