Skip to content

Commit 7b6b221

Browse files
committed
update
1 parent d82adc2 commit 7b6b221

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/static.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ jobs:
99
name: Static analysis
1010
uses: monicahq/workflows/.github/workflows/static.yml@v2
1111
with:
12-
php-version: 8.2
12+
php-version: 8.3

.github/workflows/tests.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,11 @@ jobs:
2626
name: Run tests
2727
uses: monicahq/workflows/.github/workflows/library.yml@v2
2828
with:
29-
php-versions: "['8.0', '8.1', '8.2', '8.3']"
30-
laravel-versions: "['8.*', '9.*', '10.*', '11.*']"
31-
default-php-version: '8.2'
32-
default-laravel-version: '10.*'
33-
matrix-exclude: "[{'php-version': '8.0', 'laravel-version': '10.*'},{'php-version': '8.0', 'laravel-version': '11.*'},{'php-version': '8.1', 'laravel-version': '11.*'}]"
29+
php-versions: "['8.1', '8.2', '8.3']"
30+
laravel-versions: "['^9.0', '^10.0', '^11.0']"
31+
default-php-version: '8.3'
32+
default-laravel-version: '^11.0'
33+
matrix-exclude: "[{'php-version': '8.1', 'laravel-version': '^11.0'}]"
3434
project: monicahq_laravel-cloudflare
3535
secrets:
3636
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}

0 commit comments

Comments
 (0)