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 d187e30 commit 874410eCopy full SHA for 874410e
.github/workflows/tests.yml
@@ -16,7 +16,7 @@ jobs:
16
php-version: ["7.1", "7.2", "7.3", "7.4", "8.0"]
17
os: [ubuntu-latest]
18
steps:
19
- - uses: actions/checkout@v1
+ - uses: actions/checkout@v2
20
- name: Use php ${{ matrix.php-version }}
21
uses: shivammathur/setup-php@v2
22
with:
0 commit comments