Skip to content

Commit 935546f

Browse files
authored
vendor and php 8.2 (#116)
* Update composer.json * Update main.yaml
1 parent 586ae60 commit 935546f

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/main.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@ name: 'build'
33
on:
44
pull_request:
55
branches:
6-
- master
6+
- 'master'
77
push:
88
branches:
99
- 'master'
1010

1111
env:
12-
php-version: '8.1'
12+
php-version: '8.2'
1313
php-extensions: 'json'
1414
composer-install: 'composer update --no-interaction --no-progress --no-suggest --prefer-dist --prefer-stable'
1515

@@ -60,7 +60,7 @@ jobs:
6060

6161
strategy:
6262
matrix:
63-
php-version: [ '8.1' ]
63+
php-version: [ '8.1', '8.2' ]
6464
operating-system: [ 'ubuntu-latest' ]
6565
composer-args: [ '' ]
6666
include:

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -18,16 +18,16 @@
1818
"php": "^8.1",
1919
"nette/utils": "^3.0",
2020
"nette/http": "^3.0",
21-
"egulias/email-validator": "^3.1.1"
21+
"egulias/email-validator": "^3.1.1|^4.0"
2222
},
2323
"require-dev": {
2424
"jschaedl/iban-validation": "^2.0",
2525
"nepada/phpstan-nette-tester": "^1.0",
2626
"nette/tester": "^2.4",
27-
"phpstan/phpstan": "^1.8",
28-
"phpstan/phpstan-nette": "^1.1",
29-
"slevomat/coding-standard": "^8.5",
30-
"tracy/tracy": "^2.8"
27+
"phpstan/phpstan": "^1.9",
28+
"phpstan/phpstan-nette": "^1.2",
29+
"slevomat/coding-standard": "^8.8",
30+
"tracy/tracy": "^2.9"
3131
},
3232
"suggest": {
3333
"jschaedl/iban-validation": "Allows using SmartEmailing\\Types\\Iban type."

0 commit comments

Comments
 (0)