Skip to content

Commit 9d96e7b

Browse files
authored
Merge pull request #176 from php-school/php8-new
PHP8
2 parents ea8f348 + 5cd5521 commit 9d96e7b

File tree

3 files changed

+225
-224
lines changed

3 files changed

+225
-224
lines changed

.github/workflows/php-workshop.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
strategy:
1313
fail-fast: false
1414
matrix:
15-
php: [7.2, 7.3, 7.4]
15+
php: [7.2, 7.3, 7.4, 8.0]
1616

1717
name: PHP ${{ matrix.php }}
1818
steps:

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@
2323
"symfony/process": "^4.0 | ^5.0",
2424
"symfony/filesystem": "^4.0 | ^5.0",
2525
"fzaninotto/faker": "^1.5",
26-
"aydin-hassan/cli-md-renderer": "^2.3",
26+
"aydin-hassan/cli-md-renderer": "^2.4",
2727
"php-school/cli-menu": "^4.1",
2828
"psr/http-message": "^1.0",
2929
"myclabs/php-enum": "^1.4",
30-
"kadet/keylighter": "^0.8.3",
30+
"php-school/keylighter": "^0.8.4",
3131
"nikic/php-parser": "^4.0",
3232
"guzzlehttp/guzzle": "^7.2"
3333
},

0 commit comments

Comments
 (0)