Skip to content

Commit

Permalink
Update actions/checkout and use PHP 7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
qiaeru committed Sep 25, 2023
1 parent 4793430 commit bcff962
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
php: [ '7.4', '8.0', '8.1', '8.2' ]
php: 7.4
env:
PHPBB_BRANCH: 3.3.x
PHPBB_VERSION: 3.3
PHPBB_LANGUAGE: fr
name: Build with PHP ${{ matrix.php }}
steps:
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Validate Composer
run: composer validate
- name: Setup PHP
Expand Down

0 comments on commit bcff962

Please sign in to comment.