mirror of
https://github.com/chialab/docker-php.git
synced 2026-08-24 10:13:24 -05:00
feat: added PHP 8 to workflow
This commit is contained in:
@@ -25,7 +25,7 @@ jobs:
|
||||
needs: cancel-previous-runs
|
||||
strategy:
|
||||
matrix:
|
||||
version: [ '5.4', '5.5', '5.6', '7.0', '7.1', '7.2', '7.3', '7.4' ]
|
||||
version: [ '5.4', '5.5', '5.6', '7.0', '7.1', '7.2', '7.3', '7.4', '8.0' ]
|
||||
flavor: [ '', '-apache', '-fpm' ]
|
||||
include:
|
||||
- version: 'latest'
|
||||
|
||||
Reference in New Issue
Block a user