File tree Expand file tree Collapse file tree 6 files changed +20
-127
lines changed Expand file tree Collapse file tree 6 files changed +20
-127
lines changed Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 20
20
DB_PASSWORD : ' postgres'
21
21
DB_HOST : ' 127.0.0.1'
22
22
23
- jobs :
23
+ jobs :
24
24
lint :
25
25
runs-on : ' ${{ matrix.operating_system }}'
26
- timeout-minutes : 20
27
- strategy :
26
+ timeout-minutes : 20
27
+ strategy :
28
28
matrix :
29
29
operating_system :
30
30
- ubuntu-latest
31
31
php_versions :
32
32
- ' 7.4'
33
33
fail-fast : false
34
- env :
34
+ env :
35
35
PHP_CS_FIXER_FUTURE_MODE : ' 0'
36
36
name : ' Lint PHP'
37
- steps :
37
+ steps :
38
38
- name : ' Checkout'
39
39
uses : actions/checkout@v2
40
40
- name : ' Setup cache environment'
@@ -51,11 +51,11 @@ jobs:
51
51
key : ' ${{ steps.cache-env.outputs.key }}'
52
52
restore-keys : ' ${{ steps.cache-env.outputs.key }}'
53
53
- name : ' Setup PHP'
54
- uses : shivammathur/setup-php@v2
55
- with :
54
+ uses : shivammathur/setup-php@v2
55
+ with :
56
56
php-version : ${{ matrix.php_versions }}
57
57
extensions : ' ${{ env.php_extensions }}'
58
- ini-values : memory_limit=-1
58
+ ini-values : memory_limit=-1
59
59
tools : pecl, composer
60
60
coverage : none
61
61
- name : ' Setup problem matchers for PHP (aka PHP error logs)'
@@ -108,6 +108,14 @@ jobs:
108
108
postgres : ' 13'
109
109
php_versions : ' 8.0'
110
110
experimental : true
111
+ - operating_system : ubuntu-latest
112
+ postgres : ' 14'
113
+ php_versions : ' 8.1'
114
+ experimental : true
115
+ - operating_system : ubuntu-latest
116
+ postgres : ' 15'
117
+ php_versions : ' 8.2'
118
+ experimental : true
111
119
runs-on : ' ${{ matrix.operating_system }}'
112
120
services :
113
121
postgres :
@@ -165,7 +173,6 @@ jobs:
165
173
-e "s/\${HOST}/${{ env.DB_HOST }}/" \
166
174
phpunit.xml.dist > phpunit.xml
167
175
./vendor/bin/phpunit \
168
- --verbose \
169
176
--stderr \
170
177
--coverage-clover build/logs/clover.xml
171
178
working-directory : ' ./'
Original file line number Diff line number Diff line change 21
21
],
22
22
"license" : " MIT" ,
23
23
"require" : {
24
- "php" : " ^7.3|^7.4|^8.0|^8.1" ,
25
- "laravel/framework" : " ^5.8|^6.20.26|^7.0|^8.40|^9.0|^10.0" ,
24
+ "php" : " ^7.3|^7.4|^8.0|^8.1|^8.2 " ,
25
+ "laravel/framework" : " ^5.8|^6.20.26|^7.0|^8.40|^9.0|^10.0|^11.0 " ,
26
26
"doctrine/dbal" : " ^2.9|^3.0" ,
27
- "umbrellio/laravel-pg-extensions" : " ^5.0" ,
27
+ "umbrellio/laravel-pg-extensions" : " ^5.0|^6.0 " ,
28
28
"umbrellio/laravel-common-objects" : " ^2.3"
29
29
},
30
30
"require-dev" : {
31
31
"umbrellio/code-style-php" : " ^1.0" ,
32
- "orchestra/testbench" : " ^3.5|^6.0" ,
32
+ "orchestra/testbench" : " ^3.5|^6.0|^4.0|^7.0|^8.0|^9.0 " ,
33
33
"php-coveralls/php-coveralls" : " ^2.1" ,
34
34
"squizlabs/php_codesniffer" : " ^3.5"
35
35
},
You can’t perform that action at this time.
0 commit comments