Skip to content

fix: Execute localedef for locales possibly used during tests #63

fix: Execute localedef for locales possibly used during tests

fix: Execute localedef for locales possibly used during tests #63

name: Build Docker image
on:
pull_request:
permissions:
contents: read
jobs:
build:
strategy:
matrix:
os_base: ["c7", "el9"]
php_base: ["php82", "php83"]
runs-on: ubuntu-22.04
steps:
- uses: actions/[email protected]
- name: Build image
run: docker build -t test-build-${{ matrix.os_base }}-${{ matrix.php_base }} -f ${{ matrix.os_base }}.dockerfile --build-arg="PHP_BASE=${{ matrix.php_base }}" .