Skip to content

Commit

Permalink
Merge pull request #84 from marcreichel/php-8.3
Browse files Browse the repository at this point in the history
Php 8.3
  • Loading branch information
marcreichel authored Dec 13, 2023
2 parents e8b5965 + 9737b46 commit 36a5b83
Show file tree
Hide file tree
Showing 7 changed files with 4 additions and 11 deletions.
1 change: 0 additions & 1 deletion .github/workflows/code-quality-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ on:
pull_request:
branches: [ main ]
paths-ignore:
- '.github/**'
- 'LICENSE'
- 'README.md'

Expand Down
1 change: 0 additions & 1 deletion .github/workflows/code-quality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ on:
push:
branches: [ main ]
paths-ignore:
- '.github/**'
- 'LICENSE'
- 'README.md'

Expand Down
1 change: 0 additions & 1 deletion .github/workflows/code-style-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ on:
pull_request:
branches: [ main ]
paths-ignore:
- '.github/**'
- 'LICENSE'
- 'README.md'

Expand Down
1 change: 0 additions & 1 deletion .github/workflows/code-style.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ on:
push:
branches: [ main ]
paths-ignore:
- '.github/**'
- 'LICENSE'
- 'README.md'

Expand Down
1 change: 0 additions & 1 deletion .github/workflows/codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ on:
push:
branches: [ main ]
paths-ignore:
- '.github/**'
- 'LICENSE'
- 'README.md'

Expand Down
5 changes: 2 additions & 3 deletions .github/workflows/tests-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ on:
pull_request:
branches: [ main ]
paths-ignore:
- '.github/**'
- 'LICENSE'
- 'README.md'

Expand All @@ -14,10 +13,10 @@ jobs:
strategy:
fail-fast: true
matrix:
php: [ 8.2, 8.1 ]
os: [ ubuntu-latest ]
php: [ 8.3, 8.2, 8.1 ]
laravel: [ 8.*, 9.*, 10.* ]
stability: [ prefer-stable ]
os: [ ubuntu-latest, windows-latest ]
include:
- laravel: 10.*
testbench: 8.*
Expand Down
5 changes: 2 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ on:
push:
branches: [ main ]
paths-ignore:
- '.github/**'
- 'LICENSE'
- 'README.md'

Expand All @@ -14,8 +13,8 @@ jobs:
strategy:
fail-fast: true
matrix:
os: [ ubuntu-latest, windows-latest ]
php: [ 8.2, 8.1 ]
os: [ ubuntu-latest ]
php: [ 8.3, 8.2, 8.1 ]
laravel: [ 10.*, 9.*, 8.* ]
stability: [ prefer-stable ]
include:
Expand Down

0 comments on commit 36a5b83

Please sign in to comment.