Skip to content

Commit 2ac2993

Browse files
committed
Readd PHP 7.4 and PHP 8.0
1 parent fb2feea commit 2ac2993

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ jobs:
1111
fail-fast: false
1212
matrix:
1313
operating-system: [ ubuntu-latest ]
14-
php-versions: [ '8.1', '8.2' ]
14+
php-versions: [ '7.4', '8.0', '8.1', '8.2' ]
1515
steps:
1616
- name: Checkout
17-
uses: actions/checkout@v3
17+
uses: actions/checkout@v4
1818
- name: Setup PHP, with composer and extensions
1919
uses: shivammathur/setup-php@v2
2020
with:

0 commit comments

Comments
 (0)