Skip to content

Commit c4f9938

Browse files
authored
Merge pull request #289 from php-school/drop-php81
Drop PHP 8.1
2 parents 62875da + e4942d0 commit c4f9938

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ubuntu-latest
88
strategy:
99
matrix:
10-
php: ['8.1', '8.2', '8.3', '8.4']
10+
php: ['8.2', '8.3', '8.4']
1111

1212
name: PHP ${{ matrix.php }}
1313

@@ -27,7 +27,7 @@ jobs:
2727
echo "::add-matcher::${{ runner.tool_cache }}/php.json"
2828
echo "::add-matcher::${{ runner.tool_cache }}/phpunit.json"
2929
30-
- name: Install PHP 7 dependencies
30+
- name: Install dependencies
3131
run: composer update --no-interaction --no-progress
3232

3333
- name: Tests

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"phpstan/phpstan": "^1.2.0"
2020
},
2121
"require": {
22-
"php" : ">=8.1",
22+
"php" : ">=8.2",
2323
"beberlei/assert": "^2.4 | ^3",
2424
"php-school/terminal": "^0.2.1",
2525
"ext-posix": "*",

0 commit comments

Comments
 (0)