Skip to content

Bump @babel/preset-env from 7.24.0 to 7.24.1 #189

Bump @babel/preset-env from 7.24.0 to 7.24.1

Bump @babel/preset-env from 7.24.0 to 7.24.1 #189

Workflow file for this run

name: Test
on: [ 'push' ]
jobs:
psalm:
name: php unit tests
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
php:
- 8.0
- 8.1
composer:
- ""
- "--prefer-lowest"
steps:
- name: Git checkout
uses: actions/checkout@v2
- name: Install Dependencies
run: composer install
- name: Run tests
run: composer test