Skip to content
This repository was archived by the owner on Feb 14, 2023. It is now read-only.

Commit b618a92

Browse files
author
Andrey Helldar
committed
Update GitHub Actions
1 parent d8d57ec commit b618a92

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/laravel.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
matrix:
1111
php: [ "7.3", "7.4", "8.0" ]
1212
laravel: [ "7.0", "8.0" ]
13-
support: [ "2.0", "3.0" ]
13+
support: [ "2.0", "3.0", "4.0" ]
1414

1515
name: Laravel ${{ matrix.laravel }}, PHP ${{ matrix.php }}, Support ${{ matrix.support }}
1616

.github/workflows/symfony.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
matrix:
1111
php: [ "7.3", "7.4", "8.0" ]
1212
symfony: [ "4.0", "5.0" ]
13-
support: [ "2.0", "3.0" ]
13+
support: [ "2.0", "3.0", "4.0" ]
1414

1515
name: Symfony ${{ matrix.symfony }}, PHP ${{ matrix.php }}, Support ${{ matrix.support }}
1616

0 commit comments

Comments
 (0)