Skip to content

Commit 6fe51a2

Browse files
authored
Merge pull request #49 from markwalet/php-83
Php 83
2 parents 9fcdcfd + 7763e9f commit 6fe51a2

File tree

3 files changed

+8
-5
lines changed

3 files changed

+8
-5
lines changed

.github/workflows/coverage.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@ jobs:
2222
uses: actions/cache@v3
2323
with:
2424
path: ~/.composer/cache/files
25-
key: dependencies-php-8.2-illuminate-10.*-composer-${{ hashFiles('composer.json') }}
25+
key: dependencies-php-8.3-illuminate-10.*-composer-${{ hashFiles('composer.json') }}
2626

2727
- name: Setup PHP
2828
uses: shivammathur/setup-php@v2
2929
with:
30-
php-version: 8.2
30+
php-version: 8.3
3131
extensions: dom, libxml, mbstring, zip, pcntl
3232
coverage: xdebug
3333

.github/workflows/tests.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
strategy:
1717
fail-fast: true
1818
matrix:
19-
php: [ 8.0, 8.1, 8.2 ]
19+
php: [ 8.0, 8.1, 8.2, 8.3 ]
2020
illuminate: [ 7.*, ~8.74, ^9.0, ^10.0 ]
2121
stability: [ prefer-lowest, prefer-stable ]
2222
include:
@@ -31,14 +31,16 @@ jobs:
3131
exclude:
3232
- php: 8.1
3333
illuminate: 7.*
34-
- php: 8.1
35-
illuminate: 6.*
3634
- php: 8.0
3735
illuminate: ^10.0
3836
- php: 8.2
3937
illuminate: 7.*
4038
- php: 8.2
4139
illuminate: ~8.74
40+
- php: 8.3
41+
illuminate: 7.*
42+
- php: 8.3
43+
illuminate: ~8.74
4244

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

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
## [Unreleased](https://github.com/markwalet/laravel-changelog/compare/v1.8.0...master)
44

55
### Added
6+
- Added support for PHP 8.3.
67
- Added dependabot integration
78

89
### Fixed

0 commit comments

Comments
 (0)