Skip to content

Commit

Permalink
Add newer PHP versions to test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
kelunik committed Dec 8, 2024
1 parent eaf9e47 commit 8f4b9b9
Showing 1 changed file with 14 additions and 3 deletions.
17 changes: 14 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,25 @@ jobs:

- operating-system: 'ubuntu-latest'
php-version: '8.0'
composer-flags: '--ignore-platform-req=php'

- operating-system: 'ubuntu-latest'
php-version: '8.1'

- operating-system: 'ubuntu-latest'
php-version: '8.2'

- operating-system: 'ubuntu-latest'
php-version: '8.3'

- operating-system: 'ubuntu-latest'
php-version: '8.4'

- operating-system: 'windows-latest'
php-version: '7.4'
php-version: '8.4'
job-description: 'on Windows'

- operating-system: 'macos-latest'
php-version: '7.4'
php-version: '8.4'
job-description: 'on macOS'

name: PHP ${{ matrix.php-version }} ${{ matrix.job-description }}
Expand Down

0 comments on commit 8f4b9b9

Please sign in to comment.