We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f90e2d0 commit 514a3c2Copy full SHA for 514a3c2
.github/workflows/provider.yml
@@ -15,7 +15,7 @@ jobs:
15
matrix:
16
php-version: ['8.0', '8.1', '8.2']
17
steps:
18
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
19
- name: Use PHP ${{ matrix.php-version }}
20
uses: shivammathur/setup-php@v2
21
with:
0 commit comments