Skip to content

Commit 26a1c2e

Browse files
committed
Update GitHub Actions workflow
1 parent 9b56f53 commit 26a1c2e

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/phpunit.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,9 @@ on:
1212
jobs:
1313
Build:
1414
runs-on: 'ubuntu-latest'
15-
container: 'byjg/php:${{ matrix.php-version }}-cli'
15+
container:
16+
image: 'byjg/php:${{ matrix.php-version }}-cli'
17+
options: --user root --privileged
1618
strategy:
1719
matrix:
1820
php-version:
@@ -42,7 +44,7 @@ jobs:
4244
--health-retries 5
4345
4446
steps:
45-
- uses: actions/checkout@v4
47+
- uses: actions/checkout@v5
4648
- run: composer install
4749
- run: ./vendor/bin/psalm
4850
- run: ./vendor/bin/phpunit

0 commit comments

Comments
 (0)