Skip to content

Commit

Permalink
build: add php 8.3 to github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Gemorroj committed Nov 24, 2023
1 parent 0f75e38 commit 08c166d
Showing 1 changed file with 13 additions and 4 deletions.
17 changes: 13 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,22 @@ jobs:
composer-flags: '--prefer-lowest'
job-description: 'Ubuntu; PHP 8.2; lowest-deps'

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

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

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

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


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

0 comments on commit 08c166d

Please sign in to comment.