We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 24e9cd8 + e693bec commit 05b60eaCopy full SHA for 05b60ea
.github/workflows/ci.yml
@@ -23,7 +23,7 @@ jobs:
23
php: [ '5.3', '5.4', '5.5', '5.6', '7.1', '7.2', '7.3', '7.4', '8.0', '8.1' ]
24
dependencies: [ 'lowest', 'highest' ]
25
steps:
26
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
27
- uses: shivammathur/setup-php@v2
28
with:
29
php-version: ${{ matrix.php }}
0 commit comments