Skip to content

Commit 29d579c

Browse files
bump ubuntu min verions; adds php 8.2 and 8.3 on smoke test phar step
1 parent 18c5ecf commit 29d579c

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
strategy:
1414
fail-fast: false
1515
matrix:
16-
php-versions: [ '7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3']
16+
php-versions: [ '7.4', '8.0', '8.1', '8.2', '8.3' ]
1717
coverage-driver: [ 'pcov' ]
1818

1919
steps:
@@ -92,11 +92,10 @@ jobs:
9292

9393
smoke-test-phar:
9494
needs: phar
95-
runs-on: "ubuntu-20.04"
95+
runs-on: "ubuntu-22.04"
9696
strategy:
9797
matrix:
98-
php-versions: [ '7.2', '7.3', '7.4', '8.0', '8.1' ]
99-
coverage-driver: [ 'pcov' ]
98+
php-versions: [ '7.4', '8.0', '8.1', '8.2', '8.3' ]
10099

101100
steps:
102101
- name: Install PHP
@@ -117,7 +116,7 @@ jobs:
117116

118117
publish_phar:
119118
needs: [build, smoke-test-phar]
120-
runs-on: "ubuntu-20.04"
119+
runs-on: "ubuntu-22.04"
121120
if: github.event_name == 'release'
122121
steps:
123122
- name: "Download phar ./phparkitect-${{ github.sha }}.phar"
@@ -136,7 +135,7 @@ jobs:
136135

137136
publish_docker_images:
138137
needs: [build, smoke-test-phar]
139-
runs-on: "ubuntu-20.04"
138+
runs-on: "ubuntu-22.04"
140139

141140
if: github.ref == 'refs/heads/main' || github.event_name == 'release'
142141
steps:

0 commit comments

Comments
 (0)