We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29cae25 commit da98355Copy full SHA for da98355
.github/workflows/ci.yml
@@ -13,7 +13,7 @@ jobs:
13
runs-on: ubuntu-latest
14
strategy:
15
matrix:
16
- php: [7.4, 8.0]
+ php: [7.4, 8.0, 8.1]
17
steps:
18
- name: Setup PHP
19
uses: shivammathur/setup-php@v2
0 commit comments