Skip to content

Commit e2f9c81

Browse files
committed
Fixed CI
1 parent b04c338 commit e2f9c81

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/phpunit.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,15 @@ jobs:
1515
- name: Setup PHP
1616
uses: shivammathur/setup-php@v2
1717
with:
18-
php-version: '8.2'
18+
php-version: '8.3'
1919
extensions: dom, curl, libxml, mbstring, zip, pcntl, pdo, sqlite, pdo_sqlite, gd, exif, imagick, bcmath
2020
coverage: none
2121

2222
- name: Checkout code
2323
uses: actions/checkout@v2
2424

2525
- name: Install Composer dependencies
26-
run: composer install --ignore-platform-reqs
26+
run: composer install
2727

2828
- name: Run tests
2929
run: ./vendor/bin/phpunit

0 commit comments

Comments
 (0)