Skip to content

Commit 8b24466

Browse files
authored
v2.x: chore(ci): Update CI workflow (#12)
1 parent d440030 commit 8b24466

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

.github/workflows/main.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ jobs:
1212
runs-on: ubuntu-latest
1313
strategy:
1414
matrix:
15-
php-versions: ['7.2', '7.3', '7.4', '8']
15+
php-versions: ['7.2', '7.3', '7.4', '8.0', '8.1', '8.2']
1616
steps:
17-
- uses: actions/checkout@v2
17+
- uses: actions/checkout@v4
1818

1919
- name: Setup PHP ${{ matrix.php-versions }}
2020
uses: shivammathur/setup-php@v2
@@ -25,7 +25,7 @@ jobs:
2525

2626
- name: Cache Composer packages
2727
id: composer-cache
28-
uses: actions/cache@v2
28+
uses: actions/cache@v3
2929
with:
3030
path: vendor
3131
key: ${{ runner.os }}-php-${{ hashFiles('**/composer.lock') }}

LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2018 - 2022 Fabian Meyer
3+
Copyright (c) 2018 - 2023 Fabian Meyer
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,11 @@ composer require --dev meyfa/phpunit-assert-gd
2121
```
2222

2323
| AssertGD version | Supported PHP version | Supported PHPUnit version |
24-
| :--------------- | :-------------------- | :------------------------ |
24+
| :--------------- |:----------------------| :------------------------ |
25+
| 4.* | >= 8.1 | 10.1 |
2526
| 3.* | >= 7.3 | 9 |
2627
| 2.* | >= 7.2 | 8 |
27-
| 1.* | >= 5.3.3 | 4.8.36 - 6.5.0 |
28+
| 1.* | 5.3.3 - 8.0 | 4.8.36 - 6.5.0 |
2829

2930
## Examples
3031

0 commit comments

Comments
 (0)