Skip to content

Commit

Permalink
Add newer PHP versions to build setup
Browse files Browse the repository at this point in the history
  • Loading branch information
kelunik committed Apr 13, 2024
1 parent 118a296 commit 519681d
Showing 1 changed file with 21 additions and 5 deletions.
26 changes: 21 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,31 @@ jobs:

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

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

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

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

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

- operating-system: 'windows-latest'
php-version: '8.0'
composer-flags: '--ignore-platform-req=php'
php-version: '8.3'
composer-flags: '--ignore-platform-req=php+'

- operating-system: 'macos-latest'
php-version: '8.0'
composer-flags: '--ignore-platform-req=php'
php-version: '8.3'
composer-flags: '--ignore-platform-req=php+'

name: PHP ${{ matrix.php-version }} on ${{ matrix.operating-system }}

Expand Down

0 comments on commit 519681d

Please sign in to comment.