Skip to content

Commit c6ae4e4

Browse files
author
Greg Bowler
committed
ci: upgrade for 8.4
1 parent c7843c4 commit c6ae4e4

File tree

2 files changed

+343
-294
lines changed

2 files changed

+343
-294
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 5 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 ]
10+
php: [ 8.1, 8.2, 8.3, 8.4 ]
1111

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

4242
outputs:
4343
coverage: ${{ steps.store-coverage.outputs.coverage_text }}
@@ -90,7 +90,7 @@ jobs:
9090
needs: [ composer ]
9191
strategy:
9292
matrix:
93-
php: [ 8.1, 8.2 ]
93+
php: [ 8.1, 8.2, 8.3, 8.4 ]
9494

9595
steps:
9696
- uses: actions/download-artifact@v3
@@ -112,7 +112,7 @@ jobs:
112112
needs: [ composer ]
113113
strategy:
114114
matrix:
115-
php: [ 8.1, 8.2 ]
115+
php: [ 8.1, 8.2, 8.3, 8.4 ]
116116

117117
steps:
118118
- uses: actions/download-artifact@v3
@@ -136,7 +136,7 @@ jobs:
136136
needs: [ composer ]
137137
strategy:
138138
matrix:
139-
php: [ 8.1, 8.2 ]
139+
php: [ 8.1, 8.2, 8.3, 8.4 ]
140140

141141
steps:
142142
- uses: actions/download-artifact@v3

0 commit comments

Comments
 (0)