Skip to content

Commit 5fa3b16

Browse files
authored
Bump PHP version to 8.3 (#3)
1 parent 8690f7a commit 5fa3b16

File tree

6 files changed

+29
-19
lines changed

6 files changed

+29
-19
lines changed

.github/workflows/buildTest.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ jobs:
77
runs-on: ${{ matrix.operating-system }}
88
strategy:
99
matrix:
10-
operating-system: [ ubuntu-20.04 ]
11-
php: [ '7.3', '7.4', '8.0' ]
10+
operating-system: [ ubuntu-22.04 ]
11+
php: [ '7.4', '8.0' ]
1212
name: Build and test on ${{ matrix.php }}
1313
steps:
1414
- name: Checkout repository

.phpunit.result.cache

Lines changed: 0 additions & 1 deletion
This file was deleted.

.provision/Dockerfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@ RUN apt-get update \
1818
&& true
1919
COPY 30-xdebug-config.ini /usr/local/etc/php/conf.d/
2020

21-
USER app
22-
2321
ENV PATH "$PATH:/home/app/.composer/vendor/bin"
2422

2523
RUN composer global require friendsofphp/php-cs-fixer \

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,16 @@ Intended to follow [«Keep a Changelog»](https://keepachangelog.com/en/)
1111

1212
----
1313

14+
## [0.0.2]
15+
16+
### Added
17+
18+
- Supporting PHP upto 8.3
19+
20+
### Removed
21+
22+
- Support for PHP < 7.4
23+
1424
## [0.0.1]
1525

1626
### Added

composer.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
}
1111
],
1212
"require": {
13-
"php": "7.3 - 8.2",
14-
"ebln/phpstan-factory-mark": "^1.0",
13+
"php": "7.4 - 8.3",
14+
"ebln/phpstan-factory-mark": "^1.1",
1515
"phpstan/phpstan": "^0.12 || ^1"
1616
},
1717
"require-dev": {
@@ -22,6 +22,9 @@
2222
"vimeo/psalm": "^4.12"
2323
},
2424
"config": {
25+
"allow-plugins": {
26+
"ergebnis/composer-normalize": true
27+
},
2528
"sort-packages": true
2629
},
2730
"extra": {

composer.lock

Lines changed: 12 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)