Skip to content

Commit a885f49

Browse files
committed
Merge remote-tracking branch 'origin/master'
2 parents 82adbba + 42b65bb commit a885f49

6 files changed

Lines changed: 303 additions & 93 deletions

File tree

.github/workflows/ci.yml

Lines changed: 6 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
strategy:
1515
matrix:
16-
php: [ 8.2, 8.3, 8.4, 8.5 ]
16+
php: [ 8.3, 8.4, 8.5 ]
1717

1818
steps:
1919
- uses: actions/checkout@v6
@@ -45,7 +45,7 @@ jobs:
4545
needs: [ composer ]
4646
strategy:
4747
matrix:
48-
php: [ 8.2, 8.3, 8.4, 8.5 ]
48+
php: [ 8.3, 8.4, 8.5 ]
4949

5050
outputs:
5151
coverage: ${{ steps.store-coverage.outputs.coverage_text }}
@@ -80,7 +80,7 @@ jobs:
8080
needs: [ phpunit ]
8181
strategy:
8282
matrix:
83-
php: [ 8.2, 8.3, 8.4, 8.5 ]
83+
php: [ 8.3, 8.4, 8.5 ]
8484

8585
steps:
8686
- uses: actions/checkout@v4
@@ -103,7 +103,7 @@ jobs:
103103
needs: [ composer ]
104104
strategy:
105105
matrix:
106-
php: [ 8.2, 8.3, 8.4, 8.5 ]
106+
php: [ 8.3, 8.4, 8.5 ]
107107

108108
steps:
109109
- uses: actions/download-artifact@v4
@@ -127,7 +127,7 @@ jobs:
127127
needs: [ composer ]
128128
strategy:
129129
matrix:
130-
php: [ 8.2, 8.3, 8.4, 8.5 ]
130+
php: [ 8.3, 8.4, 8.5 ]
131131

132132
steps:
133133
- uses: actions/download-artifact@v4
@@ -151,7 +151,7 @@ jobs:
151151
needs: [ composer ]
152152
strategy:
153153
matrix:
154-
php: [ 8.2, 8.3, 8.4, 8.5 ]
154+
php: [ 8.3, 8.4, 8.5 ]
155155

156156
steps:
157157
- uses: actions/download-artifact@v4
@@ -168,9 +168,3 @@ jobs:
168168
php_version: ${{ matrix.php }}
169169
path: src/
170170
standard: phpcs.xml
171-
172-
remove_old_artifacts:
173-
runs-on: ubuntu-latest
174-
175-
permissions:
176-
actions: write

composer.json

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

66
"require": {
7-
"php": ">=8.1",
7+
"php": ">=8.3",
88
"ext-PDO": "*",
99
"phpgt/config": "^v1.1.0",
1010
"phpgt/cli": "^1.3",

composer.lock

Lines changed: 62 additions & 61 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)