Skip to content

Commit

Permalink
Merge pull request #304 from fedeisas/ci_php82
Browse files Browse the repository at this point in the history
CI on PHP 8.2
  • Loading branch information
DannyvdSluijs authored Feb 21, 2023
2 parents 6f98d74 + 6cc6f2e commit a16760e
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,13 @@ jobs:
allow_fail: false
name: 'PHP 8.1 with lowest stable deps'
composer_update_flags: '--prefer-lowest --prefer-stable'
- php: 8.2
allow_fail: false
name: 'PHP 8.2 with latest deps'
- php: 8.2
allow_fail: false
name: 'PHP 8.2 with lowest stable deps'
composer_update_flags: '--prefer-lowest --prefer-stable'
steps:
- uses: actions/checkout@v1

Expand Down

0 comments on commit a16760e

Please sign in to comment.