Skip to content

Commit ed5bd53

Browse files
authored
Add PHP 8.1 test (#9)
1 parent c6fae87 commit ed5bd53

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
runs-on: ubuntu-20.04
77
strategy:
88
matrix:
9-
php: ['7.2', '7.3', '7.4', '8.0']
9+
php: ['7.2', '7.3', '7.4', '8.0', '8.1']
1010
steps:
1111
- name: Checkout
1212
uses: actions/checkout@v2
@@ -21,4 +21,4 @@ jobs:
2121

2222
- name: Run phpunit
2323
run: |
24-
./vendor/bin/phpunit
24+
./vendor/bin/phpunit

0 commit comments

Comments
 (0)