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 3568cf5 commit 66eca5eCopy full SHA for 66eca5e
.github/workflows/main.yml
@@ -12,7 +12,7 @@ jobs:
12
runs-on: ubuntu-latest
13
strategy:
14
matrix:
15
- php: [8.0]
+ php: [8.0, 8.1]
16
steps:
17
- uses: actions/checkout@v1
18
- name: Setup PHP
@@ -111,7 +111,7 @@ jobs:
111
112
113
114
- php: [ 8.0 ]
+ php: [ 8.0 , 8.1]
115
116
117
- name: Cache composer dependencies
0 commit comments