We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1bb9790 commit 2d7b8e2Copy full SHA for 2d7b8e2
.github/workflows/test-unit.yml
@@ -11,7 +11,7 @@ jobs:
11
strategy:
12
matrix:
13
operating-system: [ 'ubuntu-latest' ]
14
- php-versions: [ '5.6', '7.0', '7.1', '7.2', '7.3', '8.0', '8.1' ]
+ php-versions: [ '5.6', '7.0', '7.1', '7.2', '7.3', '8.0', '8.1', '8.2' ]
15
steps:
16
- name: Checkout
17
uses: actions/checkout@v2
0 commit comments