Skip to content

Commit a5ff62b

Browse files
committed
test on PHP8.4, require 7.4 at least
1 parent 11cda89 commit a5ff62b

File tree

3 files changed

+564
-243
lines changed

3 files changed

+564
-243
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@ on: [push, pull_request]
55
jobs:
66
run:
77
name: PHP ${{ matrix.php-versions }}
8-
runs-on: ubuntu-20.04
8+
runs-on: ubuntu-latest
99
if: github.event_name == 'push' || github.event.pull_request.head.repo.full_name != github.repository
1010

1111
strategy:
1212
matrix:
13-
php-versions: ['7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3']
13+
php-versions: ['7.4', '8.0', '8.1', '8.2', '8.3', '8.4']
1414
fail-fast: false
1515

1616
steps:

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@
1919
}
2020
},
2121
"require": {
22-
"php": ">=7.0"
22+
"php": ">=7.4"
2323
},
2424
"require-dev": {
25-
"phpunit/phpunit": "^8.0"
25+
"phpunit/phpunit": "^9.0"
2626
}
2727
}

0 commit comments

Comments
 (0)