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 b27deb0 commit abac47aCopy full SHA for abac47a
.github/workflows/tests.yml
@@ -11,7 +11,7 @@ jobs:
11
php: [7.4, "8.0", 8.1, 8.2, 8.3, 8.4]
12
13
steps:
14
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
15
16
- name: test on PHP ${{ matrix.php }}
17
run: docker build . --build-arg PHP_VERSION=${{ matrix.php }}
0 commit comments