Skip to content

Commit ae01d9a

Browse files
committed
chore: updated github workflow
1 parent 303a3de commit ae01d9a

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/run-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
fail-fast: true
1010
matrix:
1111
os: [ubuntu-latest]
12-
php: [7.3, 8.0]
12+
php: [8.1, 8.2]
1313
stability: [prefer-stable]
1414

1515
name: P${{ matrix.php }} - ${{ matrix.stability }} - ${{ matrix.os }}

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -351,7 +351,6 @@ class TestController extends Controller
351351
{
352352
/**
353353
* URL: "/test/foo"
354-
* id parameter must be numeric.
355354
*/
356355
public function voltFoo(): string
357356
{

0 commit comments

Comments
 (0)