File tree Expand file tree Collapse file tree 1 file changed +9
-12
lines changed Expand file tree Collapse file tree 1 file changed +9
-12
lines changed Original file line number Diff line number Diff line change @@ -23,12 +23,12 @@ jobs:
2323 fail-fast : true
2424 matrix :
2525 php : [ 8.2, 8.3, 8.4 ]
26- laravel : [ 11.*, 12.*-dev ]
26+ laravel : [ 11.*, 12.* ]
2727 include :
2828 - laravel : 11.*
2929 testbench : 9.*
30- - laravel : 12.*-dev
31- testbench : 10.*-dev
30+ - laravel : 12.*
31+ testbench : 10.*
3232
3333 name : MySQL 8 - PHP ${{ matrix.php }} - Laravel ${{ matrix.laravel }}
3434
4444 tools : composer:v2
4545 coverage : none
4646
47- - name : Set Framework version
48- run : composer config version "11.x-dev"
49-
5047 - name : Install dependencies
5148 uses : nick-fields/retry@v3
5249 with :
@@ -79,12 +76,12 @@ jobs:
7976 fail-fast : true
8077 matrix :
8178 php : [ 8.2, 8.3, 8.4 ]
82- laravel : [ 11.*, 12.*-dev ]
79+ laravel : [ 11.*, 12.* ]
8380 include :
8481 - laravel : 11.*
8582 testbench : 9.*
86- - laravel : 12.*-dev
87- testbench : 10.*-dev
83+ - laravel : 12.*
84+ testbench : 10.*
8885
8986 name : PostgreSQL 15 - PHP ${{ matrix.php }} - Laravel ${{ matrix.laravel }}
9087
@@ -130,12 +127,12 @@ jobs:
130127 fail-fast : true
131128 matrix :
132129 php : [ 8.2, 8.3, 8.4 ]
133- laravel : [ 11.*, 12.*-dev ]
130+ laravel : [ 11.*, 12.* ]
134131 include :
135132 - laravel : 11.*
136133 testbench : 9.*
137- - laravel : 12.*-dev
138- testbench : 10.*-dev
134+ - laravel : 12.*
135+ testbench : 10.*
139136
140137 name : SQLite - PHP ${{ matrix.php }} - Laravel ${{ matrix.laravel }}
141138
You can’t perform that action at this time.
0 commit comments