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 56213ac commit 1a16573Copy full SHA for 1a16573
.github/workflows/ci.yml
@@ -6,7 +6,7 @@ jobs:
6
strategy:
7
matrix:
8
operating-system: [ubuntu-latest]
9
- php-versions: ['7.1', '7.2', '7.3', '7.4', '8.0']
+ php-versions: ['7.1', '7.2', '7.3', '7.4', '8.0', '8.1']
10
runs-on: ${{ matrix.operating-system }}
11
steps:
12
- name: Checkout
0 commit comments