Skip to content

Commit 5f5e748

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

9 files changed

+11
-3
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

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
}
2020
],
2121
"require": {
22-
"php": "~8.0.0",
22+
"php": "~8.0.0 || ~8.0.0",
2323
"composer-runtime-api": "^2.1.0",
2424
"laminas/laminas-code": "^4.4.2",
2525
"webimpress/safe-writer": "^2.2.0"

composer.lock

+3-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)