Skip to content

Commit 68c271c

Browse files
authored
Run tests on PHP 8.1
1 parent af04121 commit 68c271c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ubuntu-latest
88
strategy:
99
matrix:
10-
php: ['7.2', '7.3', '7.4', '8.0']
10+
php: ['7.2', '7.3', '7.4', '8.0', '8.1']
1111

1212
name: PHP ${{ matrix.php }}
1313

@@ -33,4 +33,4 @@ jobs:
3333
- name: Tests
3434
run: TERM=xterm-256color ./vendor/bin/phpunit --coverage-clover ./build/logs/clover.xml
3535

36-
- uses: codecov/codecov-action@v1
36+
- uses: codecov/codecov-action@v1

0 commit comments

Comments
 (0)