Skip to content

Commit 1f2981b

Browse files
committed
Rewrite GitHub testing matrix for PHP>=8.2 & Symfony>=7.0
1 parent 2501c29 commit 1f2981b

File tree

1 file changed

+6
-26
lines changed

1 file changed

+6
-26
lines changed

.github/workflows/tests.yml

Lines changed: 6 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
pull_request: null
55
push:
66
branches:
7-
- "4.x"
7+
- "5.x"
88

99
jobs:
1010
phpunit:
@@ -14,30 +14,10 @@ jobs:
1414
strategy:
1515
matrix:
1616
include:
17-
- php-version: '7.1'
18-
symfony-version: '4.4.*'
19-
20-
- php-version: '7.4'
21-
symfony-version: '4.4.*'
22-
- php-version: '7.4'
23-
symfony-version: '5.4.*'
24-
25-
- php-version: '8.0'
26-
symfony-version: '4.4.*'
27-
- php-version: '8.0'
28-
symfony-version: '5.4.*'
29-
- php-version: '8.0'
30-
symfony-version: '6.0.*'
31-
32-
- php-version: '8.1'
33-
symfony-version: '5.4.*'
34-
- php-version: '8.1'
35-
symfony-version: '6.3.*'
36-
37-
- php-version: '8.2'
38-
symfony-version: '5.4.*'
3917
- php-version: '8.2'
40-
symfony-version: '6.3.*'
18+
symfony-version: '7.0.*'
19+
- php-version: '8.3'
20+
symfony-version: '7.1.*'
4121

4222
steps:
4323
- name: "Checkout"
@@ -75,7 +55,7 @@ jobs:
7555
uses: shivammathur/setup-php@v2
7656
with:
7757
coverage: xdebug
78-
php-version: '8.2'
58+
php-version: '8.3'
7959

8060
- name: "Install dependencies with composer"
8161
run: composer update --no-interaction --no-progress
@@ -101,7 +81,7 @@ jobs:
10181
uses: shivammathur/setup-php@v2
10282
with:
10383
coverage: xdebug
104-
php-version: '8.2'
84+
php-version: '8.3'
10585

10686
- name: "Install dependencies with composer"
10787
run: composer update --no-interaction --no-progress

0 commit comments

Comments
 (0)