Skip to content

Commit 1e5e980

Browse files
authored
Do not run Pull Request unit tests on unsupported versions
4076393 dropped support for PHP versions < 8.2
1 parent 4076393 commit 1e5e980

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)