Skip to content

Commit 3544443

Browse files
try the bitnami php image
1 parent 6aa8a57 commit 3544443

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

.github/workflows/github-release.yaml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -50,13 +50,11 @@ jobs:
5050
php-version: ["8.1", "8.2", "8.3", "8.4"]
5151
runs-on: ubuntu-latest
5252
container:
53-
image: php:${{ matrix.php-version }}-cli
53+
image: bitnami/php-fpm:${{ matrix.php-version }}
5454
steps:
55-
- uses: actions/checkout@v4
56-
- name: install dependencies
57-
uses: php-actions/composer@v6
58-
with:
59-
php_version: ${{ matrix.php-version }}
55+
- uses: actions/checkout@v4
56+
- name: composer install
57+
run: composer install
6058
- name: phpunit
6159
run: ./vendor/bin/phpunit --testdox tests/
6260

0 commit comments

Comments
 (0)