Skip to content

Commit 74dff0f

Browse files
committed
Raise PHP version to 8.1
1 parent 62a238b commit 74dff0f

File tree

6 files changed

+6
-35
lines changed

6 files changed

+6
-35
lines changed

.github/workflows/build.yml

-2
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,6 @@ jobs:
4242
- 21
4343

4444
include:
45-
- php: 8.0
46-
oracle: 21
4745
- php: 8.1
4846
oracle: 21
4947
- php: 8.2

.github/workflows/composer-require-checker.yml

-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ jobs:
3333
- ubuntu-latest
3434

3535
php:
36-
- 8.0
3736
- 8.1
3837
- 8.2
3938
- 8.3

.github/workflows/static.yml

-6
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ jobs:
3535
- ubuntu-latest
3636

3737
php:
38-
- '8.0'
3938
- '8.1'
4039
- '8.2'
4140
- '8.3'
@@ -67,9 +66,4 @@ jobs:
6766
WORK_PACKAGE_URL: ${{ env.WORK_PACKAGE_URL }}
6867

6968
- name: Static analysis.
70-
if: ${{ matrix.php != '8.0' }}
7169
run: vendor/bin/psalm --config=${{ inputs.psalm-config }} --shepherd --stats --output-format=github --php-version=${{ matrix.php }}
72-
73-
- name: Static analysis.
74-
if: ${{ matrix.php == '8.0' }}
75-
run: vendor/bin/psalm --config=psalm4.xml --shepherd --stats --output-format=github --php-version=${{ matrix.php }}

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@ your Oracle database and perform various database operations as needed.
2929

3030
## Support version
3131

32-
| PHP | Oracle Version | CI-Actions |
33-
|-----|----------------|------------|
34-
|**8.0 - 8.2**| **12c - 21c**|[![build](https://github.com/yiisoft/db-oracle/actions/workflows/build.yml/badge.svg?branch=dev)](https://github.com/yiisoft/db-oracle/actions/workflows/build.yml) [![Mutation testing badge](https://img.shields.io/endpoint?style=flat&url=https%3A%2F%2Fbadge-api.stryker-mutator.io%2Fgithub.com%2Fyiisoft%2Fdb-oracle%2Fmaster)](https://dashboard.stryker-mutator.io/reports/github.com/yiisoft/db-oracle/master) [![static analysis](https://github.com/yiisoft/db-oracle/actions/workflows/static.yml/badge.svg?branch=dev)](https://github.com/yiisoft/db-oracle/actions/workflows/static.yml) [![type-coverage](https://shepherd.dev/github/yiisoft/db-oracle/coverage.svg)](https://shepherd.dev/github/yiisoft/db-oracle)
32+
| PHP | Oracle Version | CI-Actions |
33+
|---------------|----------------|------------|
34+
| **8.1 - 8.3** | **12c - 21c**|[![build](https://github.com/yiisoft/db-oracle/actions/workflows/build.yml/badge.svg?branch=dev)](https://github.com/yiisoft/db-oracle/actions/workflows/build.yml) [![Mutation testing badge](https://img.shields.io/endpoint?style=flat&url=https%3A%2F%2Fbadge-api.stryker-mutator.io%2Fgithub.com%2Fyiisoft%2Fdb-oracle%2Fmaster)](https://dashboard.stryker-mutator.io/reports/github.com/yiisoft/db-oracle/master) [![static analysis](https://github.com/yiisoft/db-oracle/actions/workflows/static.yml/badge.svg?branch=dev)](https://github.com/yiisoft/db-oracle/actions/workflows/static.yml) [![type-coverage](https://shepherd.dev/github/yiisoft/db-oracle/coverage.svg)](https://shepherd.dev/github/yiisoft/db-oracle)
3535

3636
## Installation
3737

composer.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -31,16 +31,16 @@
3131
],
3232
"require": {
3333
"ext-pdo": "*",
34-
"php": "^8.0",
34+
"php": "^8.1",
3535
"yiisoft/db": "dev-master"
3636
},
3737
"require-dev": {
3838
"maglnet/composer-require-checker": "^4.2",
39-
"phpunit/phpunit": "^9.6|^10.0",
39+
"phpunit/phpunit": "^10.0",
4040
"rector/rector": "^1.0",
4141
"roave/infection-static-analysis-plugin": "^1.16",
4242
"spatie/phpunit-watcher": "^1.23",
43-
"vimeo/psalm": "^4.30|^5.20",
43+
"vimeo/psalm": "^5.25",
4444
"yiisoft/aliases": "^2.0",
4545
"yiisoft/cache-file": "^3.1",
4646
"yiisoft/var-dumper": "^1.5"

psalm4.xml

-20
This file was deleted.

0 commit comments

Comments
 (0)