Skip to content

Commit

Permalink
Run preliminary tests against PHP 8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
xificurk committed Sep 14, 2022
1 parent 3d5f159 commit 72b9450
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yaml
Expand Up @@ -20,6 +20,9 @@ jobs:
- ''
- '--prefer-stable'
- '--prefer-stable --prefer-lowest'
include:
- php: '8.2'
composer_args: '--prefer-stable --ignore-platform-req=php+'
name: PHP ${{ matrix.php }} ${{ matrix.composer_args }}
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 72b9450

Please sign in to comment.