Skip to content

Commit

Permalink
Add PHP 8.2 Build
Browse files Browse the repository at this point in the history
  • Loading branch information
lcharette committed Aug 26, 2023
1 parent 88ec9db commit 7ec120d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/Build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,16 @@ on:
pull_request:
branches: ['main']
workflow_dispatch:
# schedule:
# - cron: "0 0 1 * *"
schedule:
- cron: "0 0 1 * *"

jobs:
PHPUnit:

strategy:
fail-fast: false
matrix:
php_versions: ['8.0', '8.1']
php_versions: ['8.0', '8.1', '8.2']

runs-on: ubuntu-latest
name: PHPUnit - PHP ${{ matrix.php_versions }}
Expand Down

0 comments on commit 7ec120d

Please sign in to comment.