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 8c767c3 commit 193908fCopy full SHA for 193908f
1 file changed
.github/workflows/test.yml
@@ -8,6 +8,10 @@ env:
8
jobs:
9
test:
10
runs-on: ubuntu-18.04
11
+ strategy:
12
+ matrix:
13
+ operating-system: [ubuntu-latest]
14
+ php-versions: ['7.2', '7.3', '7.4']
15
steps:
16
- name: Checkout code
17
uses: actions/checkout@v2
0 commit comments