File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -13,11 +13,11 @@ jobs:
13
13
strategy :
14
14
fail-fast : false
15
15
matrix :
16
- php-version : ['8.0 ']
16
+ php-version : ['8.1 ']
17
17
db-type : ['sqlite', 'mysql', 'pgsql']
18
18
prefer-lowest : ['']
19
19
include :
20
- - php-version : ' 8.0 '
20
+ - php-version : ' 8.1 '
21
21
db-type : ' sqlite'
22
22
prefer-lowest : ' prefer-lowest'
23
23
90
90
run : if ${{ matrix.prefer-lowest == 'prefer-lowest' }}; then vendor/bin/validate-prefer-lowest -m; fi
91
91
92
92
- name : Code Coverage Report
93
- if : success() && matrix.php-version == '8.0 ' && matrix.db-type == 'sqlite'
93
+ if : success() && matrix.php-version == '8.1 ' && matrix.db-type == 'sqlite'
94
94
uses : codecov/codecov-action@v1
95
95
96
96
validation :
@@ -103,7 +103,7 @@ jobs:
103
103
- name : Setup PHP
104
104
uses : shivammathur/setup-php@v2
105
105
with :
106
- php-version : ' 8.0 '
106
+ php-version : ' 8.1 '
107
107
extensions : mbstring, intl
108
108
coverage : none
109
109
You can’t perform that action at this time.
0 commit comments