Skip to content

Commit 8f44995

Browse files
authored
Update to PHP 8.1 (#10)
1 parent f27a973 commit 8f44995

File tree

5 files changed

+4
-6
lines changed

5 files changed

+4
-6
lines changed

.github/workflows/ca.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
strategy:
1818
matrix:
1919
php-version:
20-
- "7.4"
20+
- "8.1"
2121

2222
steps:
2323
- uses: actions/checkout@v3

.github/workflows/cs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
strategy:
1818
matrix:
1919
php-version:
20-
- "7.4"
20+
- "8.1"
2121

2222
steps:
2323
- uses: actions/checkout@v3

.github/workflows/mt.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
strategy:
2020
matrix:
2121
php-version:
22-
- "8.2"
22+
- "8.3"
2323

2424
steps:
2525
- uses: actions/checkout@v3

.github/workflows/tests.yml

-2
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@ jobs:
1616
strategy:
1717
matrix:
1818
php-version:
19-
- '7.4'
20-
- '8.0'
2119
- '8.1'
2220
- '8.2'
2321
- '8.3'

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
}
1111
],
1212
"require": {
13-
"php": "^7.4 || ^8.0",
13+
"php": "^8.1",
1414
"sanmai/pipeline": "^6.8",
1515
"tumblr/chorus-timekeeper": "^0.1.0"
1616
},

0 commit comments

Comments
 (0)