fixing conflicts

This commit is contained in:
Taylor Otwell
2023-11-06 17:31:18 -06:00
7 changed files with 23 additions and 18 deletions

View File

@@ -19,13 +19,13 @@ jobs:
strategy:
fail-fast: true
matrix:
php: [8.2]
php: [8.2, 8.3]
name: PHP ${{ matrix.php }}
steps:
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Setup PHP
uses: shivammathur/setup-php@v2