mirror of
https://github.com/ivuorinen/curly.git
synced 2026-01-26 11:33:59 +00:00
feat!: bump to php 8.3, upgrade phpunit
This commit is contained in:
1
.github/workflows/composer-diff.yml
vendored
1
.github/workflows/composer-diff.yml
vendored
@@ -32,4 +32,3 @@ jobs:
|
||||
${{ steps.composer_diff.outputs.composer_diff }}
|
||||
|
||||
</details>
|
||||
|
||||
|
||||
7
.github/workflows/php.yml
vendored
7
.github/workflows/php.yml
vendored
@@ -13,9 +13,9 @@ jobs:
|
||||
|
||||
strategy:
|
||||
matrix:
|
||||
operating-system: ['ubuntu-latest']
|
||||
php-versions: ['8.1']
|
||||
phpunit-versions: ['latest']
|
||||
operating-system: ["ubuntu-latest"]
|
||||
php-versions: ["8.3"]
|
||||
phpunit-versions: ["latest"]
|
||||
|
||||
steps:
|
||||
- name: Setup PHP
|
||||
@@ -47,4 +47,3 @@ jobs:
|
||||
|
||||
- name: Run test suite
|
||||
run: composer test
|
||||
|
||||
|
||||
Reference in New Issue
Block a user