From a48e447389526f8ad1b23f7f4a43fd9000e3765b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Samuel=20=C5=A0tancl?= Date: Tue, 21 Feb 2023 17:49:15 +0100 Subject: [PATCH] use dev-master before our changes are released in L10 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0fdee61d..a5009f47 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,7 +18,7 @@ jobs: include: - laravel: "^9.0" php: "8.0" - - laravel: "^10.0" + - laravel: "dev-master" php: "8.2" steps: