Skip to content

Commit

Permalink
Update CI config (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
kubawerlos committed Aug 13, 2024
1 parent 4ecaeed commit f78929d
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,21 +29,24 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [ macos-latest, ubuntu-latest ]
php-version: [ '7.4', '8.2' ]
composer_flags: [ '' ]
include:
- os: ubuntu-latest
php-version: '7.4'
composer_flags: '--prefer-lowest'
- os: ubuntu-latest
php-version: '7.4'
- os: ubuntu-latest
php-version: '8.0'
- os: ubuntu-latest
php-version: '8.1'
- os: macos-latest
php-version: '8.2'
- os: ubuntu-latest
php-version: '8.2'
- os: ubuntu-latest
php-version: '8.3'

name: ${{ matrix.os }} / PHP ${{ matrix.php-version }} ${{ matrix.composer_flags }}
name: PHP ${{ matrix.php-version }} (${{ matrix.os }}) ${{ matrix.composer_flags }}

runs-on: ${{ matrix.os }}

Expand Down

0 comments on commit f78929d

Please sign in to comment.