Skip to content

Commit d81d93e

Browse files
committed
Bump to 8.0
1 parent 4ffde2f commit d81d93e

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
strategy:
2020
matrix:
2121
php-version:
22-
- '7.4'
22+
- '8.0'
2323

2424
steps:
2525
-
@@ -52,7 +52,7 @@ jobs:
5252
strategy:
5353
matrix:
5454
php-version:
55-
- '7.4'
55+
- '8.0'
5656

5757
steps:
5858
-
@@ -85,8 +85,9 @@ jobs:
8585
strategy:
8686
matrix:
8787
php-version:
88-
- '7.4'
8988
- '8.0'
89+
- '8.1'
90+
- '8.2'
9091

9192
steps:
9293
-

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
}
1111
],
1212
"require": {
13-
"php": "^7.4 || ^8.0",
13+
"php": "^8.0",
1414
"phpactor/map-resolver": "^1.4",
1515
"psr/container": "^1.0"
1616
},

0 commit comments

Comments
 (0)