Skip to content

Commit

Permalink
Fix the image in use in the workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
dlundgren committed Oct 30, 2024
1 parent 9305a55 commit 7eff51f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
continue-on-error: ${{ matrix.experimental }}
services:
phagrancy-app:
image: serversideup/php-8.0-fpm-nginx
image: serversideup/php:8.0-fpm-nginx
options: --name phagrancy-app
ports:
- "8080:8080"
Expand Down

0 comments on commit 7eff51f

Please sign in to comment.