We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f62766 commit b95ecf0Copy full SHA for b95ecf0
.github/workflows/tests.yml
@@ -17,7 +17,7 @@ jobs:
17
php-version: ['7.0', '7.1', '7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3']
18
19
steps:
20
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
21
22
- name: Validate composer.json and composer.lock
23
run: composer validate --strict
0 commit comments