Skip to content

Commit 8f28de9

Browse files
PeteBishwhipSRWieZ
andauthored
PHP Support Sync (#192)
* Set PHP support to min 8.3 * Drop PHP 8.1 and 8.2 support from workflows * fix: merge conflict --------- Co-authored-by: Eser DENIZ <[email protected]>
1 parent f931084 commit 8f28de9

File tree

3 files changed

+3
-7
lines changed

3 files changed

+3
-7
lines changed

.github/workflows/phpstan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Setup PHP
1717
uses: shivammathur/setup-php@v2
1818
with:
19-
php-version: '8.1'
19+
php-version: '8.3'
2020
coverage: none
2121

2222
- name: Install composer dependencies

.github/workflows/run-tests.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,16 +17,12 @@ jobs:
1717
fail-fast: false
1818
matrix:
1919
os: [ ubuntu-latest, windows-latest, macos-latest ]
20-
php: [ 8.4, 8.3, 8.2, 8.1 ]
20+
php: [ 8.4, 8.3 ]
2121
laravel: [ '10.*', '11.*', '12.*' ]
2222
stability: [ prefer-lowest, prefer-stable ]
2323
exclude:
2424
- laravel: 10.*
2525
php: 8.4
26-
- laravel: 11.*
27-
php: 8.1
28-
- laravel: 12.*
29-
php: 8.1
3026

3127
name: P${{ matrix.php }} - L${{ matrix.laravel }} - ${{ matrix.stability }} - ${{ matrix.os }}
3228

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
}
3232
],
3333
"require": {
34-
"php": "^8.1",
34+
"php": "^8.3",
3535
"illuminate/contracts": "^10.0|^11.0|^12.0",
3636
"laravel/prompts": "^0.1.1|^0.2|^0.3",
3737
"nativephp/laravel": "^1.0",

0 commit comments

Comments
 (0)