We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 295bb30 commit 673da81Copy full SHA for 673da81
.github/workflows/run-integration-tests.yml
@@ -26,7 +26,7 @@ jobs:
26
name: P${{ matrix.php }} - Lumen${{ matrix.lumen }}
27
steps:
28
- name: Checkout code
29
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
30
with:
31
path: src
32
@@ -79,7 +79,7 @@ jobs:
79
name: P${{ matrix.php }} - Laravel${{ matrix.laravel }}
80
81
82
83
84
85
.github/workflows/run-tests.yml
@@ -35,7 +35,7 @@ jobs:
35
36
37
38
39
40
- name: Setup PHP
41
uses: shivammathur/setup-php@v2
0 commit comments