Skip to content

Set the default php version of the Docker configuration to 8.1 #181

Set the default php version of the Docker configuration to 8.1

Set the default php version of the Docker configuration to 8.1 #181

Workflow file for this run

name: CI
on: [ push ]
jobs:
build-test:
runs-on: ubuntu-latest
steps:
- name: Git clone
uses: actions/checkout@v2
- name: Install dependencies
uses: php-actions/composer@v6
with:
php_version: 8.1
php_extensions: gd
version: 2
- name: PHPUnit Tests
uses: php-actions/phpunit@v9
env:
TEST_NAME: Test
with:
configuration: phpunit.xml