Skip to content

Commit 6f7a3ca

Browse files
authored
wip
1 parent 5f64a78 commit 6f7a3ca

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

.github/workflows/tests.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
strategy:
4040
fail-fast: true
4141
matrix:
42-
php: [8.2, 8.3, 8.4, 8.5]
42+
php: [8.2, 8.3, 8.4]
4343
phpunit: ['10.5.35', '11.5.3', '12.0.0', '12.4.0']
4444
stability: [prefer-lowest, prefer-stable]
4545
exclude:
@@ -48,6 +48,9 @@ jobs:
4848
- php: 8.2
4949
phpunit: '12.4.0'
5050
include:
51+
- php: 8.5
52+
phpunit: '12.4.0'
53+
stability: prefer-stable
5154
- php: 8.3
5255
phpunit: '12.1.0'
5356
stability: prefer-stable
@@ -110,7 +113,7 @@ jobs:
110113
strategy:
111114
fail-fast: true
112115
matrix:
113-
php: [8.2, 8.3, 8.4, 8.5]
116+
php: [8.2, 8.3, 8.4]
114117
phpunit: ['10.5.35', '11.5.3', '12.0.0', '12.4.0']
115118
stability: [prefer-lowest, prefer-stable]
116119
exclude:
@@ -119,6 +122,9 @@ jobs:
119122
- php: 8.2
120123
phpunit: '12.4.0'
121124
include:
125+
- php: 8.5
126+
phpunit: '12.4.0'
127+
stability: prefer-stable
122128
- php: 8.3
123129
phpunit: '12.1.0'
124130
stability: prefer-stable

0 commit comments

Comments
 (0)