Skip to content

Commit 1287fb0

Browse files
authored
Merge pull request #96 from php-school/php80
Update deps to support PHP 8.0
2 parents 46fcc98 + ca80673 commit 1287fb0

File tree

4 files changed

+178
-161
lines changed

4 files changed

+178
-161
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
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:
@@ -37,8 +37,8 @@ jobs:
3737
- name: Run phpcs
3838
run: composer cs
3939

40-
# - name: Run phpstan
41-
# run: composer static
40+
- name: Run phpstan
41+
run: composer static
4242

4343
- name: Coverage upload
4444
if: matrix.php == '7.3'

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"require" : {
1515
"php" : ">=7.2",
1616
"ext-pdo_sqlite": "*",
17-
"php-school/php-workshop": "dev-master",
17+
"php-school/php-workshop": "^3.0.1",
1818
"hoa/socket": "^1.17.05",
1919
"phpstan/phpstan": "^0.12.52"
2020
},

0 commit comments

Comments
 (0)