File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 35
35
strategy :
36
36
fail-fast : false
37
37
matrix :
38
- php-versions : ["8.1", "8. 2", "8.3"]
38
+ php-versions : ["8.2", "8.3"]
39
39
node : [16, 18, 20]
40
40
steps :
41
41
- name : Checkout
@@ -119,7 +119,7 @@ jobs:
119
119
strategy :
120
120
fail-fast : false
121
121
matrix :
122
- php-versions : ["8.1", "8. 2", "8.3"]
122
+ php-versions : ["8.2", "8.3"]
123
123
node : [16, 18, 20]
124
124
steps :
125
125
- name : Checkout
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ Connect Development Environment. Details can be found here: <https://github.com/
48
48
49
49
Before you begin, make sure you have a server with the following installed:
50
50
51
- - PHP 8.1 or greater
51
+ - PHP 8.2 or greater
52
52
- PHP extensions:
53
53
- [ Laravel] ( https://laravel.com/docs/deployment )
54
54
- BCMath PHP Extension
You can’t perform that action at this time.
0 commit comments