Skip to content

Commit 36a5b83

Browse files
authored
Merge pull request #84 from marcreichel/php-8.3
Php 8.3
2 parents e8b5965 + 9737b46 commit 36a5b83

File tree

7 files changed

+4
-11
lines changed

7 files changed

+4
-11
lines changed

.github/workflows/code-quality-pr.yml

-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ on:
44
pull_request:
55
branches: [ main ]
66
paths-ignore:
7-
- '.github/**'
87
- 'LICENSE'
98
- 'README.md'
109

.github/workflows/code-quality.yml

-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ on:
44
push:
55
branches: [ main ]
66
paths-ignore:
7-
- '.github/**'
87
- 'LICENSE'
98
- 'README.md'
109

.github/workflows/code-style-pr.yml

-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ on:
44
pull_request:
55
branches: [ main ]
66
paths-ignore:
7-
- '.github/**'
87
- 'LICENSE'
98
- 'README.md'
109

.github/workflows/code-style.yml

-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ on:
44
push:
55
branches: [ main ]
66
paths-ignore:
7-
- '.github/**'
87
- 'LICENSE'
98
- 'README.md'
109

.github/workflows/codecov.yml

-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ on:
44
push:
55
branches: [ main ]
66
paths-ignore:
7-
- '.github/**'
87
- 'LICENSE'
98
- 'README.md'
109

.github/workflows/tests-pr.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ on:
44
pull_request:
55
branches: [ main ]
66
paths-ignore:
7-
- '.github/**'
87
- 'LICENSE'
98
- 'README.md'
109

@@ -14,10 +13,10 @@ jobs:
1413
strategy:
1514
fail-fast: true
1615
matrix:
17-
php: [ 8.2, 8.1 ]
16+
os: [ ubuntu-latest ]
17+
php: [ 8.3, 8.2, 8.1 ]
1818
laravel: [ 8.*, 9.*, 10.* ]
1919
stability: [ prefer-stable ]
20-
os: [ ubuntu-latest, windows-latest ]
2120
include:
2221
- laravel: 10.*
2322
testbench: 8.*

.github/workflows/tests.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ on:
44
push:
55
branches: [ main ]
66
paths-ignore:
7-
- '.github/**'
87
- 'LICENSE'
98
- 'README.md'
109

@@ -14,8 +13,8 @@ jobs:
1413
strategy:
1514
fail-fast: true
1615
matrix:
17-
os: [ ubuntu-latest, windows-latest ]
18-
php: [ 8.2, 8.1 ]
16+
os: [ ubuntu-latest ]
17+
php: [ 8.3, 8.2, 8.1 ]
1918
laravel: [ 10.*, 9.*, 8.* ]
2019
stability: [ prefer-stable ]
2120
include:

0 commit comments

Comments
 (0)