File tree Expand file tree Collapse file tree 5 files changed +45
-32
lines changed
Expand file tree Collapse file tree 5 files changed +45
-32
lines changed Original file line number Diff line number Diff line change 44 push :
55 branches :
66 - " [0-9]+.[0-9x]+"
7- - " feature/*"
87 pull_request :
98 branches :
109 - " [0-9]+.[0-9x]+"
1615
1716jobs :
1817 build :
19- runs-on : " ${{ matrix.os }} "
18+ runs-on : " ubuntu-latest "
2019
2120 name : " PHP/${{ matrix.php }} Laravel/${{ matrix.laravel }} Driver/${{ matrix.driver }}"
2221
2322 strategy :
2423 matrix :
25- os :
26- - " ubuntu-latest"
2724 php :
2825 - " 8.2"
2926 - " 8.3"
3027 - " 8.4"
28+ - " 8.5"
3129 laravel :
32- - " 11.*"
3330 - " 12.*"
3431 driver :
35- - 1
32+ - 2
3633 include :
34+ # Test Laravel 11
35+ - php : " 8.1"
36+ laravel : " 11.*"
37+ driver : 1
3738 - php : " 8.4"
38- laravel : " 12.*"
39- os : " ubuntu-latest"
39+ laravel : " 11.*"
4040 driver : 2
41+ # Test Driver v1
42+ - php : " 8.4"
43+ laravel : " 12.*"
44+ driver : 1
4145
4246 steps :
4347 - uses : " actions/checkout@v5"
Original file line number Diff line number Diff line change 44 push :
55 branches :
66 - " [0-9]+.[0-9x]+"
7- - " feature/*"
87 pull_request :
98 branches :
109 - " [0-9]+.[0-9x]+"
1615
1716jobs :
1817 build :
19- runs-on : " ${{ matrix.os }} "
18+ runs-on : " ubuntu-latest "
2019
2120 name : " PHP/${{ matrix.php }} Laravel/${{ matrix.laravel }} Driver/${{ matrix.driver }} Server/${{ matrix.mongodb }} ${{ matrix.mode }}"
2221
2322 strategy :
2423 matrix :
25- os :
26- - " ubuntu-latest"
2724 mongodb :
28- - " 4.4"
29- - " 5.0"
30- - " 6.0"
31- - " 7.0"
3225 - " 8.0"
3326 php :
34- - " 8.1"
3527 - " 8.2"
3628 - " 8.3"
3729 - " 8.4"
30+ - " 8.5"
3831 laravel :
39- - " 10.*"
40- - " 11.*"
4132 - " 12.*"
4233 driver :
4334 - 2
4435 include :
36+ # Test Lowest dependencies
4537 - php : " 8.1"
4638 laravel : " 10.*"
4739 mongodb : " 5.0"
4840 mode : " low-deps"
49- os : " ubuntu-latest"
5041 driver : 1
42+ # Test Driver v1
5143 - php : " 8.3"
52- laravel : " 11.*"
53- mongodb : " 8.0"
54- os : " ubuntu-latest"
44+ laravel : " 10.*"
45+ mongodb : " 4.4"
5546 driver : 1
5647 - php : " 8.4"
5748 laravel : " 12.*"
5849 mongodb : " 8.0"
59- os : " ubuntu-latest"
6050 driver : 1
61- exclude :
62- - php : " 8.1"
51+ # Test Laravel 10
52+ - php : " 8.4"
53+ laravel : " 10.*"
54+ mongodb : " 8.0"
55+ # Test Laravel 11
56+ - php : " 8.4"
6357 laravel : " 11.*"
64- - php : " 8.1"
58+ mongodb : " 8.0"
59+ # Test all server versions
60+ - php : " 8.4"
61+ laravel : " 12.*"
62+ mongodb : " 4.4"
63+ - php : " 8.4"
64+ laravel : " 12.*"
65+ mongodb : " 5.0"
66+ - php : " 8.4"
6567 laravel : " 12.*"
68+ mongodb : " 6.0"
69+ - php : " 8.4"
70+ laravel : " 12.*"
71+ mongodb : " 7.0"
72+ - php : " 8.4"
73+ laravel : " 12.*"
74+ mongodb : " 8.0"
6675
6776 steps :
6877 - uses : " actions/checkout@v5"
Original file line number Diff line number Diff line change 44 push :
55 branches :
66 - " [0-9]+.[0-9x]+"
7- - " feature/*"
87 pull_request :
98 branches :
109 - " [0-9]+.[0-9x]+"
Original file line number Diff line number Diff line change 44 push :
55 branches :
66 - " [0-9]+.[0-9x]+"
7- - " feature/*"
87
98env :
109 GH_TOKEN : ${{ secrets.MERGE_UP_TOKEN }}
Original file line number Diff line number Diff line change 44 push :
55 branches :
66 - " [0-9]+.[0-9x]+"
7- - " feature/*"
87 pull_request :
98 branches :
109 - " [0-9]+.[0-9x]+"
1716 required : true
1817
1918env :
20- PHP_VERSION : " 8.2 "
19+ PHP_VERSION : " 8.5 "
2120 DRIVER_VERSION : " stable"
2221 MONGODB_EXT_V1 : mongodb-1.21.0
2322 MONGODB_EXT_V2 : mongodb-mongodb/mongo-php-driver@v2.x
3433 - ' 8.2'
3534 - ' 8.3'
3635 - ' 8.4'
36+ - ' 8.5'
3737 driver :
38- - 1
3938 - 2
39+ include :
40+ - php : " 8.4"
41+ driver : 1
4042 steps :
4143 - name : Checkout
4244 uses : actions/checkout@v5
You can’t perform that action at this time.
0 commit comments