Skip to content

Commit

Permalink
Test on PHP 8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
trowski committed Feb 13, 2024
1 parent 19e871c commit 5e0e82d
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,21 @@ jobs:
include:
- operating-system: 'ubuntu-latest'
php-version: '8.1'
composer-require-checker-version: none

- operating-system: 'ubuntu-latest'
php-version: '8.2'
composer-require-checker-version: none

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

- operating-system: 'windows-latest'
php-version: '8.1'
php-version: '8.3'
job-description: 'on Windows'

- operating-system: 'macos-latest'
php-version: '8.1'
php-version: '8.3'
job-description: 'on macOS'

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

0 comments on commit 5e0e82d

Please sign in to comment.