Skip to content

Commit 96be399

Browse files
author
Michael Petri
committed
Added PHP 8.1 to CI pipeline
1 parent 95f9ccf commit 96be399

File tree

7 files changed

+7
-0
lines changed

7 files changed

+7
-0
lines changed

.github/workflows/benchmarks.yml

+1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ jobs:
1616
- "locked"
1717
php-version:
1818
- "8.0"
19+
- "8.1"
1920
operating-system:
2021
- "ubuntu-latest"
2122

.github/workflows/coding-standards.yml

+1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ jobs:
1616
- "locked"
1717
php-version:
1818
- "8.0"
19+
- "8.1"
1920
operating-system:
2021
- "ubuntu-latest"
2122

.github/workflows/demo-scripts.yml

+1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ jobs:
1616
- "locked"
1717
php-version:
1818
- "8.0"
19+
- "8.1"
1920
operating-system:
2021
- "ubuntu-latest"
2122

.github/workflows/mutation-tests.yml

+1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ jobs:
1616
- "locked"
1717
php-version:
1818
- "8.0"
19+
- "8.1"
1920
operating-system:
2021
- "ubuntu-latest"
2122

.github/workflows/phpunit.yml

+1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ jobs:
1818
- "locked"
1919
php-version:
2020
- "8.0"
21+
- "8.1"
2122
operating-system:
2223
- "ubuntu-latest"
2324
include:

.github/workflows/psalm.yml

+1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ jobs:
1616
- "locked"
1717
php-version:
1818
- "8.0"
19+
- "8.1"
1920
operating-system:
2021
- "ubuntu-latest"
2122

.github/workflows/xulieta.yml

+1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ jobs:
1616
- "locked"
1717
php-version:
1818
- "8.0"
19+
- "8.1"
1920
operating-system:
2021
- "ubuntu-latest"
2122

0 commit comments

Comments
 (0)