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 05b60ea commit 232b91cCopy full SHA for 232b91c
.github/workflows/ci.yml
@@ -20,7 +20,7 @@ jobs:
20
fail-fast: false
21
matrix:
22
os: [ ubuntu-latest ]
23
- php: [ '5.3', '5.4', '5.5', '5.6', '7.1', '7.2', '7.3', '7.4', '8.0', '8.1' ]
+ php: [ '5.3', '5.4', '5.5', '5.6', '7.1', '7.2', '7.3', '7.4', '8.0', '8.1', '8.2' ]
24
dependencies: [ 'lowest', 'highest' ]
25
steps:
26
- uses: actions/checkout@v3
0 commit comments