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

Commit 3a1ed39

Browse files
committed
SUPP0RT-596: Added GitHub Actions
1 parent 7885107 commit 3a1ed39

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pr.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
runs-on: ubuntu-latest
77
strategy:
88
matrix:
9-
php-versions: [ '7.4', '8.0', '8.1' ]
9+
php-versions: [ '7.4' ]
1010
dependency-version: [ prefer-lowest, prefer-stable ]
1111
steps:
1212
- uses: actions/checkout@master
@@ -38,7 +38,7 @@ jobs:
3838
runs-on: ubuntu-latest
3939
strategy:
4040
matrix:
41-
php-versions: [ '7.4', '8.0', '8.1' ]
41+
php-versions: [ '7.4' ]
4242
dependency-version: [ prefer-lowest, prefer-stable ]
4343
steps:
4444
- uses: actions/checkout@master

0 commit comments

Comments
 (0)