Skip to content

Commit 1333cec

Browse files
committed
Only run QA tools on 8.4, as that's all we support now.
1 parent 8cdfbec commit 1333cec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/quality-assurance.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
strategy:
1313
matrix:
14-
php: [ '8.1', '8.2', '8.3', '8.4' ]
14+
php: [ '8.4' ]
1515
composer-flags: [ '' ]
1616
phpunit-flags: [ '--coverage-text' ]
1717
steps:
@@ -28,7 +28,7 @@ jobs:
2828
runs-on: ubuntu-latest
2929
strategy:
3030
matrix:
31-
php: [ '8.1', '8.2', '8.3', '8.4' ]
31+
php: [ '8.4' ]
3232
composer-flags: [ '' ]
3333
steps:
3434
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)