Skip to content

Commit 7798aec

Browse files
kornrunnerio-developer
authored andcommitted
github: workflows: tests: add PHP 8.1
1 parent 85b58c5 commit 7798aec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
strategy:
88
fail-fast: false
99
matrix:
10-
php-version: ['7.2', '7.3', '7.4', '8.0']
10+
php-version: ['7.2', '7.3', '7.4', '8.0', '8.1']
1111

1212
steps:
1313
- uses: actions/checkout@v2
@@ -18,4 +18,4 @@ jobs:
1818
- run: php${{ matrix.php-version }} -m
1919
- run: composer -V
2020
- run: composer install
21-
- run: php${{ matrix.php-version }} vendor/bin/phpunit --bootstrap tests/bootstrap.php tests
21+
- run: php${{ matrix.php-version }} vendor/bin/phpunit --bootstrap tests/bootstrap.php tests

0 commit comments

Comments
 (0)