Skip to content

Commit 298c1db

Browse files
committed
fix(ci): drop PHP 8.2 (Pest 4 requires ^8.3)
1 parent 679bee9 commit 298c1db

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
strategy:
1414
fail-fast: false
1515
matrix:
16-
php: [8.4, 8.3, 8.2]
16+
php: [8.4, 8.3]
1717
laravel: ['11.*', '12.*', '13.*']
1818
statamic: ['5.*', '6.*']
1919
include:
@@ -24,8 +24,6 @@ jobs:
2424
- laravel: 13.*
2525
testbench: 11.*
2626
exclude:
27-
- laravel: 13.*
28-
php: 8.2
2927
- laravel: 13.*
3028
statamic: 5.*
3129
- laravel: 11.*

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"email": "hello@visuellverstehen.de"
3434
},
3535
"require": {
36-
"php": "^8.2",
36+
"php": "^8.3",
3737
"statamic/cms": "^4.0 || ^5.0 || ^6.0",
3838
"symfony/dom-crawler": "^6.0 || ^7.0 || ^8.0",
3939
"symfony/css-selector": "^5.4 || ^6.0 || ^7.0 || ^8.0"

0 commit comments

Comments
 (0)