We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64fc73c commit c45914bCopy full SHA for c45914b
.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