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 bbdd2e6 commit 0b40ae0Copy full SHA for 0b40ae0
.github/workflows/php.yml
@@ -68,7 +68,7 @@ jobs:
68
strategy:
69
fail-fast: false
70
matrix:
71
- php: ['7.1', '7.2', '7.3', '7.4', '8.0'] #, '8.1'
+ php: ['7.1', '7.2', '7.3', '7.4', '8.0', '8.1']
72
steps:
73
- name: Setup PHP
74
uses: shivammathur/setup-php@v2
0 commit comments