Skip to content

Commit 9058f14

Browse files
authored
Update ci.yml
1 parent 13bb05f commit 9058f14

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
strategy:
1212
fail-fast: false
1313
matrix:
14-
php-versions: ['7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3', '8.4']
14+
php-versions: ['8.0', '8.1', '8.2', '8.3', '8.4']
1515

1616
steps:
1717
- uses: actions/checkout@v4
@@ -39,7 +39,7 @@ jobs:
3939

4040
- uses: shivammathur/setup-php@v2
4141
with:
42-
php-version: 7.2
42+
php-version: 8.0
4343
coverage: none
4444

4545
- name: Install Composer Dependencies

0 commit comments

Comments
 (0)