Skip to content

Commit f8881df

Browse files
authored
Merge pull request #6264 from Codeception/run-tests-on-php-8.1
[CI] Run tests on PHP 8.1
2 parents dbfdce2 + 4d7ade4 commit f8881df

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
fail-fast: false
2121
matrix:
2222
os: [ubuntu-latest]
23-
php: ["5.6", "7.0", "7.1", "7.2", "7.3", "7.4", "8.0"]
23+
php: ["5.6", "7.0", "7.1", "7.2", "7.3", "7.4", "8.0", "8.1"]
2424

2525
steps:
2626
- name: Checkout
@@ -90,7 +90,7 @@ jobs:
9090
matrix:
9191
os: [windows-latest]
9292

93-
php: ["7.0", "7.1", "7.2", "7.3", "7.4", "8.0"]
93+
php: ["7.0", "7.1", "7.2", "7.3", "7.4", "8.0", "8.1"]
9494

9595
steps:
9696
- name: Checkout

0 commit comments

Comments
 (0)