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 fc469e6 commit 344fbc8Copy full SHA for 344fbc8
1 file changed
.github/workflows/tests.yml
@@ -23,9 +23,9 @@ jobs:
23
name: Run tests
24
uses: monicahq/workflows/.github/workflows/laravel.yml@v2
25
with:
26
- php-versions: "['8.3', '8.4']"
+ php-versions: "['8.4']"
27
connections: "['sqlite', 'mysql', 'pgsql']"
28
- default-php-version: '8.3'
+ default-php-version: '8.4'
29
default-connection: sqlite
30
project: monica
31
secrets:
0 commit comments