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.
2 parents a99a89a + 434004f commit c1f94caCopy full SHA for c1f94ca
.github/workflows/ci.yaml
@@ -18,6 +18,6 @@ jobs:
18
matrix:
19
php_version: ["7.1", "7.2", "7.3", "7.4", "8.0", "8.1", "8.2", "8.3"]
20
steps:
21
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
22
- name: Run tests
23
run: make PHP_VERSION=${{ matrix.php_version }} test-ci
0 commit comments