Skip to content

Commit 344fbc8

Browse files
authored
Update PHP versions in tests workflow
1 parent fc469e6 commit 344fbc8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ jobs:
2323
name: Run tests
2424
uses: monicahq/workflows/.github/workflows/laravel.yml@v2
2525
with:
26-
php-versions: "['8.3', '8.4']"
26+
php-versions: "['8.4']"
2727
connections: "['sqlite', 'mysql', 'pgsql']"
28-
default-php-version: '8.3'
28+
default-php-version: '8.4'
2929
default-connection: sqlite
3030
project: monica
3131
secrets:

0 commit comments

Comments
 (0)