Skip to content

Commit 4654b46

Browse files
committed
ci: update PHP version requirement to ^8.2 and adjust workflow matrix
1 parent 44f7689 commit 4654b46

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jobs:
55
runs-on: ubuntu-latest
66
strategy:
77
matrix:
8-
php-version: [8.1, 8.2, 8.3, 8.4]
8+
php-version: [8.2, 8.3, 8.4]
99
composer-flags: [null, --prefer-lowest]
1010
steps:
1111
- uses: actions/checkout@v2

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
}
2020
],
2121
"require": {
22-
"php": "^8.1",
22+
"php": "^8.2",
2323
"ext-json": "*",
2424
"composer/semver": "^3.0",
2525
"zoon/rialto": "^1.5",

0 commit comments

Comments
 (0)