Skip to content

Commit

Permalink
Merge pull request #777 from daveroverts/php-83
Browse files Browse the repository at this point in the history
feat: add php 8.3 support
  • Loading branch information
daveroverts authored Feb 6, 2024
2 parents 77156f2 + bdf35df commit b862be8
Show file tree
Hide file tree
Showing 10 changed files with 2,057 additions and 1,877 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ jobs:
strategy:
fail-fast: false
matrix:
php-versions: ["8.1", "8.2"]
node: [16, 18]
php-versions: ["8.2", "8.3"]
node: [16, 18, 20]
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down Expand Up @@ -119,8 +119,8 @@ jobs:
strategy:
fail-fast: false
matrix:
php-versions: ["8.1"]
node: [16, 18]
php-versions: ["8.2", "8.3"]
node: [16, 18, 20]
steps:
- name: Checkout
uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ Connect Development Environment. Details can be found here: <https://github.com/

Before you begin, make sure you have a server with the following installed:

- PHP 8.1 or greater
- PHP 8.2 or greater
- PHP extensions:
- [Laravel](https://laravel.com/docs/deployment)
- BCMath PHP Extension
Expand Down
Loading

0 comments on commit b862be8

Please sign in to comment.