Skip to content

Commit 60a72cd

Browse files
committed
Remove PHP 8.1 from GitHub workflow because of incompatibility
1 parent a14746f commit 60a72cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/symfony.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
strategy:
1919
fail-fast: true
2020
matrix:
21-
php-versions: ['8.1', '8.2', '8.3', '8.4']
21+
php-versions: ['8.2', '8.3', '8.4']
2222
steps:
2323
- name: Checkout
2424
uses: actions/checkout@v3

0 commit comments

Comments
 (0)