Skip to content

Commit f63fbc2

Browse files
authored
Merge pull request #379 from cookieguru/patch-2
Do not run Pull Request unit tests on unsupported versions
2 parents f3aa629 + 1e5e980 commit f63fbc2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pr.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ jobs:
99

1010
strategy:
1111
matrix:
12-
php: [ '7.2', '7.3', '7.4', '8', '8.1', '8.2', '8.3']
12+
php: ['8.2', '8.3']
1313

1414
steps:
1515
- name: "Init repository"
16-
uses: actions/checkout@v3
16+
uses: actions/checkout@v4
1717

1818
- name: "Setup PHP"
1919
uses: shivammathur/setup-php@v2

0 commit comments

Comments
 (0)