Skip to content

Commit aa6e153

Browse files
committed
chore: require PHP 8.2 as minimum
1 parent e93f8fb commit aa6e153

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ubuntu-latest
88
strategy:
99
matrix:
10-
php-versions: ['8.1', '8.2', '8.3', '8.4']
10+
php-versions: ['8.2', '8.3', '8.4']
1111
name: PHP ${{ matrix.php-versions }}
1212
steps:
1313
- name: Checkout

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
}
2020
],
2121
"require": {
22-
"php": "^8.1",
22+
"php": "^8.2",
2323
"illuminate/support": "^11.0|^12.0",
2424
"illuminate/view": "^11.0|^12.0"
2525
},

0 commit comments

Comments
 (0)