Skip to content

Commit 727f3d8

Browse files
committed
chore: limits tests to 7.4 and latest
1 parent e6d6cca commit 727f3d8

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
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
strategy:
1111
matrix:
12-
php-version: ['7.4', '8.0', '8.1', '8.2', '8.3']
12+
php-version: ['7.4', '8.3']
1313

1414
steps:
1515
- uses: actions/checkout@v4
@@ -36,4 +36,4 @@ jobs:
3636
run: composer install --prefer-dist --no-progress
3737

3838
- name: Run unit tests
39-
run: composer test:unit
39+
run: composer test:unit

0 commit comments

Comments
 (0)