We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b1f1ea9 commit 8e141b1Copy full SHA for 8e141b1
1 file changed
.github/workflows/ci.yaml
@@ -8,7 +8,7 @@ jobs:
8
analyse:
9
runs-on: ubuntu-latest
10
steps:
11
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
12
- uses: shivammathur/setup-php@v2
13
with:
14
php-version: '8.1'
@@ -39,7 +39,7 @@ jobs:
39
- php-version: '8.2'
40
- php-version: '8.3'
41
42
43
44
45
php-version: ${{ matrix.php-version }}
0 commit comments