Skip to content

Commit b9d95d8

Browse files
committed
feat: use PHP 8.1 as default and add this version in workflow
1 parent 9a905cd commit b9d95d8

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
lines changed

.github/workflows/recipe.yaml

+3-1
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,11 @@ jobs:
1717
strategy:
1818
fail-fast: false
1919
matrix:
20-
php: ['7.4' ,'8.0']
20+
php: ['7.4' ,'8.0', '8.1']
2121
sylius: ["~1.9.0", "~1.10.0", "~1.11.0", "~1.12.0"]
2222
exclude:
23+
- php: 8.1
24+
sylius: "~1.9.0"
2325
- php: 8.0
2426
sylius: "~1.9.0"
2527
- php: 7.4

.github/workflows/security.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
strategy:
1616
fail-fast: false
1717
matrix:
18-
php: ['7.4', '8.0']
18+
php: ['7.4', '8.0', '8.1']
1919

2020
steps:
2121
- uses: actions/checkout@v2

.github/workflows/tests.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
strategy:
1515
fail-fast: false
1616
matrix:
17-
php: ['8.0']
17+
php: ['8.0', '8.1']
1818

1919
env:
2020
SYMFONY_ARGS: --no-tls

.php-version.dist

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
8.0
1+
8.1

0 commit comments

Comments
 (0)