Skip to content

Commit 1fcf528

Browse files
Merge pull request #14 from arietimmerman/bugfix/pipeline-fix
pipeline fix
2 parents fa37b0c + 4039fed commit 1fcf528

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,10 @@ jobs:
88

99
steps:
1010
- uses: actions/checkout@v1
11-
- uses: php-actions/composer@v1
12-
- uses: php-actions/phpunit@v2
11+
- uses: php-actions/composer@v6
12+
with:
13+
php_version: 8.1
14+
- uses: php-actions/phpunit@v3
1315
with:
1416
config: phpunit.xml
17+
php_version: 8.1

0 commit comments

Comments
 (0)