Skip to content

Commit 5586fdc

Browse files
committed
Drop unsupported PHP versions from CI matrix
1 parent d5295a9 commit 5586fdc

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/qa.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
strategy:
1111
matrix:
1212
operating-system: [ubuntu-latest]
13-
php-versions: ['7.2', '7.3', '7.4', '8.0', '8.1']
13+
php-versions: ['8.2', '8.3', '8.4']
1414
runs-on: ${{ matrix.operating-system }}
1515
steps:
1616
- name: Checkout
@@ -51,7 +51,7 @@ jobs:
5151
- name: Setup PHP
5252
uses: shivammathur/setup-php@v2
5353
with:
54-
php-version: '8.0'
54+
php-version: '8.2'
5555
coverage: none
5656

5757
- name: Get composer cache directory
@@ -81,7 +81,7 @@ jobs:
8181
- name: Setup PHP
8282
uses: shivammathur/setup-php@v2
8383
with:
84-
php-version: 8.0
84+
php-version: '8.2'
8585
coverage: none
8686

8787
- name: Get composer cache directory

0 commit comments

Comments
 (0)