Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
eiriksm authored Jul 12, 2024
1 parent 4fb94ef commit d98feb9
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,17 @@ jobs:
uses: actions/checkout@v2

- name: Build test image
if: matrix.php-version != '8.4'
run: docker build -t php-base --build-arg PHP_VERSION=$PHP_VERSION .
env:
PHP_VERSION: ${{ matrix.php-version }}


- name: Build test image
if: matrix.php-version == '8.4'
run: docker build -t php-base --build-arg PHP_VERSION=$PHP_VERSION .
env:
PHP_VERSION: '8.4alpha1'

- name: Output modules
run: docker run php-base php -m

Expand Down

0 comments on commit d98feb9

Please sign in to comment.