Skip to content

Commit a63088a

Browse files
fix: Drop PHP 8.0
1 parent 629b14d commit a63088a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
- uses: actions/checkout@v3
1010
- uses: shivammathur/setup-php@v2
1111
with:
12-
php-version: 8.0
12+
php-version: 8.1
1313
coverage: none
1414
- uses: ramsey/composer-install@v2
1515
- id: set-php-versions

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
}
2121
},
2222
"require": {
23-
"php": "^8.0",
23+
"php": "^8.1",
2424
"composer/semver": "^3.3",
2525
"symfony/console": "^5.4 || ^6.0",
2626
"symfony/process": "^5.4 || ^6.0"

0 commit comments

Comments
 (0)