Skip to content

Commit

Permalink
fix: description of jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
Gemorroj committed Jan 4, 2024
1 parent c2abb30 commit fd4d079
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,28 +46,28 @@ jobs:
- operating-system: 'ubuntu-latest'
php-version: '8.3'
p7zip: '7zip'
job-description: 'Ubuntu; PHP 8.2; latest-deps; 7zip'
job-description: 'Ubuntu; PHP 8.3; latest-deps; 7zip'

- operating-system: 'ubuntu-latest'
php-version: '8.3'
p7zip: '7zip'
composer-flags: '--prefer-lowest'
job-description: 'Ubuntu; PHP 8.2; lowest-deps; 7zip'
job-description: 'Ubuntu; PHP 8.3; lowest-deps; 7zip'

- operating-system: 'windows-latest'
php-version: '8.3'
p7zip: '7zip'
job-description: 'Windows; PHP 8.2; latest-deps; 7zip'
job-description: 'Windows; PHP 8.3; latest-deps; 7zip'

- operating-system: 'macos-latest'
php-version: '8.3'
p7zip: '7zip'
job-description: 'MacOS; PHP 8.2; latest-deps; 7zip'
job-description: 'MacOS; PHP 8.3; latest-deps; 7zip'

- operating-system: 'ubuntu-latest'
php-version: '8.3'
p7zip: 'p7zip'
job-description: 'Ubuntu; PHP 8.2; latest-deps; p7zip'
job-description: 'Ubuntu; PHP 8.3; latest-deps; p7zip'

name: ${{ matrix.job-description }}

Expand Down

0 comments on commit fd4d079

Please sign in to comment.