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 72515a4 commit 30c0570Copy full SHA for 30c0570
.github/workflows/main.yml
@@ -12,7 +12,7 @@ jobs:
12
strategy:
13
matrix:
14
operating-system: [ubuntu-latest]
15
- php-versions: ['5.6', '7.0', '7.1', '7.2', '7.3', '7.4', '8.0']
+ php-versions: ['5.6', '7.0', '7.1', '7.2', '7.3', '7.4', '8.0', '8.1']
16
runs-on: ${{ matrix.operating-system }}
17
steps:
18
- name: Checkout
0 commit comments