Skip to content

Commit 75ed2fb

Browse files
committed
Update git workflow
1 parent dce4213 commit 75ed2fb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/run-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Setup PHP
1818
uses: shivammathur/setup-php@v2
1919
with:
20-
php-version: '8.2'
20+
php-version: '8.3'
2121
extensions: dom, curl, libxml, mbstring, zip, pcntl, pdo, sqlite, pdo_sqlite, bcmath, soap, intl, gd, exif, iconv
2222
coverage: none
2323

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
],
1010
"license": "MIT",
1111
"require": {
12-
"php": "^8.2",
12+
"php": "^8.3",
1313
"daniel-cintra/modular": "^0.4.18",
1414
"daniel-cintra/modular-blog": "^0.4.4",
1515
"laravel/framework": "^12.0",

0 commit comments

Comments
 (0)