Skip to content

Commit 51cce37

Browse files
Only use 7.4
1 parent 5477944 commit 51cce37

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/unit-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
timeout-minutes: 10
1515
strategy:
1616
matrix:
17-
php: ['7.4', '8.1']
17+
php: ['7.4']
1818
steps:
1919
- name: Checkout Code
2020
uses: actions/checkout@v3
@@ -33,7 +33,7 @@ jobs:
3333
timeout-minutes: 10
3434
strategy:
3535
matrix:
36-
php: ['7.4', '8.1']
36+
php: ['7.4']
3737
steps:
3838
- name: Checkout Code
3939
uses: actions/checkout@v3

0 commit comments

Comments
 (0)