Skip to content

Commit 8119fe9

Browse files
authored
Merge pull request #23 from OnitaAndrei/issue-22
added PHP 8.3 to composer and .yml files
2 parents 9b9ec82 + f2e6fbe commit 8119fe9

File tree

6 files changed

+6
-2
lines changed

6 files changed

+6
-2
lines changed

.github/workflows/codecov.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ jobs:
1717
php:
1818
- "8.1"
1919
- "8.2"
20+
- "8.3"
2021

2122
steps:
2223
- name: Checkout

.github/workflows/cs-tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ jobs:
1717
php:
1818
- "8.1"
1919
- "8.2"
20+
- "8.3"
2021

2122
steps:
2223
- name: Checkout

.github/workflows/static-analysis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ jobs:
1717
php:
1818
- "8.1"
1919
- "8.2"
20+
- "8.3"
2021

2122
steps:
2223
- name: Checkout

.github/workflows/unit-tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ jobs:
1717
php:
1818
- "8.1"
1919
- "8.2"
20+
- "8.3"
2021

2122
steps:
2223
- name: Checkout

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# dot-cli
22

33
![OSS Lifecycle](https://img.shields.io/osslifecycle/dotkernel/dot-cli)
4-
![PHP from Packagist (specify version)](https://img.shields.io/packagist/php-v/dotkernel/dot-cli/3.4.1)
4+
![PHP from Packagist (specify version)](https://img.shields.io/packagist/php-v/dotkernel/dot-cli/3.4.2)
55

66
[![GitHub issues](https://img.shields.io/github/issues/dotkernel/dot-cli)](https://github.com/dotkernel/dot-cli/issues)
77
[![GitHub forks](https://img.shields.io/github/forks/dotkernel/dot-cli)](https://github.com/dotkernel/dot-cli/network)

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
}
2525
},
2626
"require": {
27-
"php": "~8.1.0 || ~8.2.0",
27+
"php": "~8.1.0 || ~8.2.0 || ~8.3.0",
2828
"laminas/laminas-cli": "^1.4.0",
2929
"laminas/laminas-servicemanager": "^3.11.1"
3030
},

0 commit comments

Comments
 (0)