Skip to content
This repository was archived by the owner on Oct 12, 2024. It is now read-only.

Commit b013b71

Browse files
authored
Merge pull request #5 from phpbench/81
Try enabling 8.1 in github actions
2 parents fd28f3c + 8c3fd78 commit b013b71

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,7 @@ jobs:
129129
- '7.2'
130130
- '7.3'
131131
- '7.4'
132+
- '8.0'
132133
dependency:
133134
- 'lowest'
134135
- 'highest'
@@ -140,7 +141,7 @@ jobs:
140141
with-examples: 'no'
141142
allow-failures: false
142143
coverage: xdebug
143-
- php-version: '8.0'
144+
- php-version: '8.1'
144145
dependency: 'highest'
145146
with-examples: 'no'
146147
allow-failures: true

0 commit comments

Comments
 (0)