Internal: Switch to PHP 8.1 for automated testing

pull/4726/head
Yannick Warnier 2 years ago committed by GitHub
parent 3e0b96d0df
commit 4a4d7558cc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .github/workflows/behat.yml

@ -11,7 +11,7 @@ jobs:
fail-fast: false fail-fast: false
matrix: matrix:
operating-system: [ubuntu-latest] operating-system: [ubuntu-latest]
php-versions: ['8.0'] php-versions: ['8.1']
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v2 uses: actions/checkout@v2

Loading…
Cancel
Save