Skip to content

Commit f87b043

Browse files
Add Symfony 8.1 to test workflow
1 parent f485097 commit f87b043

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/tests.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,12 @@ jobs:
1616
- '6.4.*'
1717
- '7.4.*'
1818
- '8.0.*'
19+
- '8.1.*'
1920
exclude:
2021
- symfony: '8.0.*'
2122
php-versions: '8.3'
23+
- symfony: '8.1.*'
24+
php-versions: '8.3'
2225

2326
steps:
2427
- uses: "actions/checkout@v6"

0 commit comments

Comments
 (0)