Skip to content

Commit

Permalink
Test on PHP 8.2 (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
kubawerlos committed Apr 2, 2023
1 parent 0e6bc5c commit ff75e02
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: '8.1'
php-version: '8.2'
coverage: none

- name: Install dependencies
Expand All @@ -30,14 +30,18 @@ jobs:
fail-fast: false
matrix:
os: [ macos-latest, ubuntu-latest ]
php-version: [ '7.4', '8.0' ]
php-version: [ '7.4', '8.2' ]
composer_flags: [ '' ]
include:
- os: ubuntu-latest
php-version: '7.4'
composer_flags: '--prefer-lowest'
- os: ubuntu-latest
php-version: '8.0'
- os: ubuntu-latest
php-version: '8.1'
- os: ubuntu-latest
php-version: '8.3'

name: ${{ matrix.os }} / PHP ${{ matrix.php-version }} ${{ matrix.composer_flags }}

Expand Down

0 comments on commit ff75e02

Please sign in to comment.