Skip to content

Commit

Permalink
Merge pull request #51 from smeghead/add-php-8.3
Browse files Browse the repository at this point in the history
env: add PHP8.3 to Github Actions.
  • Loading branch information
smeghead authored Dec 1, 2023
2 parents de602a5 + 4f20e9a commit 763c1c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
php-versions: ['8.0', '8.1', '8.2']
php-versions: ['8.0', '8.1', '8.2', '8.3']
name: PHP ${{ matrix.php-versions }} Test
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 763c1c8

Please sign in to comment.