Skip to content

Commit fb31f5e

Browse files
committed
ci: update to php8.3+
1 parent 35937d6 commit fb31f5e

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ubuntu-latest
88
strategy:
99
matrix:
10-
php: [ 8.1, 8.2, 8.3 ]
10+
php: [ 8.3, 8.4 ]
1111

1212
steps:
1313
- uses: actions/checkout@v4
@@ -37,7 +37,7 @@ jobs:
3737
needs: [ composer ]
3838
strategy:
3939
matrix:
40-
php: [ 8.1, 8.2, 8.3 ]
40+
php: [ 8.3, 8.4 ]
4141

4242
outputs:
4343
coverage: ${{ steps.store-coverage.outputs.coverage_text }}
@@ -73,7 +73,7 @@ jobs:
7373
needs: [ phpunit ]
7474
strategy:
7575
matrix:
76-
php: [ 8.1, 8.2, 8.3 ]
76+
php: [ 8.3, 8.4 ]
7777

7878
steps:
7979
- uses: actions/download-artifact@v4
@@ -94,7 +94,7 @@ jobs:
9494
needs: [ composer ]
9595
strategy:
9696
matrix:
97-
php: [ 8.1, 8.2, 8.3 ]
97+
php: [ 8.3, 8.4 ]
9898

9999
steps:
100100
- uses: actions/download-artifact@v4
@@ -117,7 +117,7 @@ jobs:
117117
needs: [ composer ]
118118
strategy:
119119
matrix:
120-
php: [ 8.1, 8.2, 8.3 ]
120+
php: [ 8.3, 8.4 ]
121121

122122
steps:
123123
- uses: actions/download-artifact@v4
@@ -141,7 +141,7 @@ jobs:
141141
needs: [ composer ]
142142
strategy:
143143
matrix:
144-
php: [ 8.1, 8.2, 8.3 ]
144+
php: [ 8.3, 8.4 ]
145145

146146
steps:
147147
- uses: actions/download-artifact@v4

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"license": "MIT",
55

66
"require": {
7-
"php": ">=8.1"
7+
"php": ">=8.3"
88
},
99
"require-dev": {
1010
"phpstan/phpstan": "^1.10",

0 commit comments

Comments
 (0)