Skip to content

Commit b13005f

Browse files
author
Alcides Ramos
committed
refactor: upgrade PHP version up to 8.4
1 parent f67c6c6 commit b13005f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
fail-fast: true
2121
matrix:
2222
os: [ubuntu-latest]
23-
php: ['8.3']
23+
php: ['8.4']
2424
dependency_version: [prefer-dist, prefer-source]
2525

2626
name: PHP ${{ matrix.php }} - ${{ matrix.os }} - ${{ matrix.dependency_version }}
@@ -33,7 +33,6 @@ jobs:
3333
uses: shivammathur/setup-php@v2
3434
with:
3535
php-version: ${{ runner.php }}
36-
extensions: uopz
3736
coverage: pcov
3837

3938
- name: Validate composer.json and composer.lock

0 commit comments

Comments
 (0)