File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -37,13 +37,22 @@ jobs:
3737 composer-flags : ' --prefer-lowest'
3838 job-description : ' Ubuntu; PHP 8.0; lowest-deps'
3939
40+ - operating-system : ' ubuntu-latest'
41+ php-version : ' 8.1'
42+ job-description : ' Ubuntu; PHP 8.1; latest-deps'
43+
44+ - operating-system : ' ubuntu-latest'
45+ php-version : ' 8.1'
46+ composer-flags : ' --prefer-lowest'
47+ job-description : ' Ubuntu; PHP 8.1; lowest-deps'
48+
4049 - operating-system : ' windows-latest'
41- php-version : ' 8.0 '
42- job-description : ' Windows; PHP 8.0 ; latest-deps'
50+ php-version : ' 8.1 '
51+ job-description : ' Windows; PHP 8.1 ; latest-deps'
4352
4453 - operating-system : ' macos-latest'
45- php-version : ' 8.0 '
46- job-description : ' MacOS; PHP 8.0 ; latest-deps'
54+ php-version : ' 8.1 '
55+ job-description : ' MacOS; PHP 8.1 ; latest-deps'
4756
4857
4958 name : ${{ matrix.job-description }}
You can’t perform that action at this time.
0 commit comments