Skip to content

Commit

Permalink
build: add php 8.2 to ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Gemorroj committed Dec 21, 2022
1 parent 0e317b8 commit 2c52c43
Showing 1 changed file with 14 additions and 5 deletions.
19 changes: 14 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,22 @@ jobs:
composer-flags: '--prefer-lowest'
job-description: 'Ubuntu; PHP 8.1; lowest-deps'

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

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

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

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


name: ${{ matrix.job-description }}
Expand All @@ -48,7 +57,7 @@ jobs:
git config --global core.eol lf
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Setup PHP
uses: shivammathur/setup-php@v2
Expand Down

0 comments on commit 2c52c43

Please sign in to comment.