Skip to content

Commit

Permalink
Merge pull request #49 from markwalet/php-83
Browse files Browse the repository at this point in the history
Php 83
  • Loading branch information
markwalet authored Dec 2, 2023
2 parents 9fcdcfd + 7763e9f commit 6fe51a2
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@ jobs:
uses: actions/cache@v3
with:
path: ~/.composer/cache/files
key: dependencies-php-8.2-illuminate-10.*-composer-${{ hashFiles('composer.json') }}
key: dependencies-php-8.3-illuminate-10.*-composer-${{ hashFiles('composer.json') }}

- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: 8.2
php-version: 8.3
extensions: dom, libxml, mbstring, zip, pcntl
coverage: xdebug

Expand Down
8 changes: 5 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
strategy:
fail-fast: true
matrix:
php: [ 8.0, 8.1, 8.2 ]
php: [ 8.0, 8.1, 8.2, 8.3 ]
illuminate: [ 7.*, ~8.74, ^9.0, ^10.0 ]
stability: [ prefer-lowest, prefer-stable ]
include:
Expand All @@ -31,14 +31,16 @@ jobs:
exclude:
- php: 8.1
illuminate: 7.*
- php: 8.1
illuminate: 6.*
- php: 8.0
illuminate: ^10.0
- php: 8.2
illuminate: 7.*
- php: 8.2
illuminate: ~8.74
- php: 8.3
illuminate: 7.*
- php: 8.3
illuminate: ~8.74

name: P${{ matrix.php }} - I${{ matrix.illuminate }} - ${{ matrix.stability }}

Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
## [Unreleased](https://github.com/markwalet/laravel-changelog/compare/v1.8.0...master)

### Added
- Added support for PHP 8.3.
- Added dependabot integration

### Fixed
Expand Down

0 comments on commit 6fe51a2

Please sign in to comment.