mirror of
https://github.com/Dannecron/php-for-dev.git
synced 2025-12-26 00:22:36 +03:00
add php 8.3, bump php version for 8.1, 8.2, change latest tag version to 8.0
This commit is contained in:
8
.github/workflows/continuous-integration.yml
vendored
8
.github/workflows/continuous-integration.yml
vendored
@@ -15,7 +15,7 @@ jobs:
|
||||
runs-on: ubuntu-20.04
|
||||
strategy:
|
||||
matrix:
|
||||
php_version: ['7.2', '7.3', '7.4', '8.0', '8.1', '8.2']
|
||||
php_version: ['7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3']
|
||||
steps:
|
||||
- name: Check out repository
|
||||
uses: actions/checkout@v3
|
||||
@@ -49,13 +49,13 @@ jobs:
|
||||
args: push dannecron/php-for-dev:${{ matrix.php_version }}
|
||||
|
||||
- name: tag latest image
|
||||
if: success() && matrix.php_version == '7.4'
|
||||
if: success() && matrix.php_version == '8.0'
|
||||
uses: actions-hub/docker@master
|
||||
with:
|
||||
args: tag dannecron/php-for-dev:7.4 dannecron/php-for-dev:latest
|
||||
args: tag dannecron/php-for-dev:${{ matrix.php_version }} dannecron/php-for-dev:latest
|
||||
|
||||
- name: push latest image to docker hub
|
||||
if: success() && matrix.php_version == '7.4'
|
||||
if: success() && matrix.php_version == '8.0'
|
||||
uses: actions-hub/docker@master
|
||||
with:
|
||||
args: push dannecron/php-for-dev:latest
|
||||
|
||||
Reference in New Issue
Block a user