We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 679bee9 commit 298c1dbCopy full SHA for 298c1db
.github/workflows/tests.yml
@@ -13,7 +13,7 @@ jobs:
13
strategy:
14
fail-fast: false
15
matrix:
16
- php: [8.4, 8.3, 8.2]
+ php: [8.4, 8.3]
17
laravel: ['11.*', '12.*', '13.*']
18
statamic: ['5.*', '6.*']
19
include:
@@ -24,8 +24,6 @@ jobs:
24
- laravel: 13.*
25
testbench: 11.*
26
exclude:
27
- - laravel: 13.*
28
- php: 8.2
29
30
statamic: 5.*
31
- laravel: 11.*
composer.json
@@ -33,7 +33,7 @@
33
"email": "hello@visuellverstehen.de"
34
},
35
"require": {
36
- "php": "^8.2",
+ "php": "^8.3",
37
"statamic/cms": "^4.0 || ^5.0 || ^6.0",
38
"symfony/dom-crawler": "^6.0 || ^7.0 || ^8.0",
39
"symfony/css-selector": "^5.4 || ^6.0 || ^7.0 || ^8.0"
0 commit comments