Skip to content

Commit dbf4516

Browse files
author
Greg Bowler
committed
test: use a supported PHP version
1 parent c068b1f commit dbf4516

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ubuntu-latest
88

99
steps:
10-
- uses: actions/checkout@v2
10+
- uses: actions/checkout@v3
1111

1212
- uses: php-actions/composer@v6
1313

@@ -19,4 +19,4 @@ jobs:
1919
bootstrap: vendor/autoload.php
2020
configuration: test/phpunit.xml
2121
args: --coverage-text
22-
php_version: "7.1"
22+
php_version: "7.3"

0 commit comments

Comments
 (0)