Skip to content

Commit 1dc8f4e

Browse files
Merge branch 'master' into development
2 parents 7eaf5f3 + ed5bd53 commit 1dc8f4e

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)